eigen/Eigen/src
2015-09-30 11:44:02 +02:00
..
Cholesky bug #1057: fix a declaration missmatch with MSVC 2015-09-02 09:31:32 +02:00
CholmodSupport bug #877, bug #572: Introduce a global Index typedef. Rename Sparse*::Index to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings. 2014-12-04 22:48:53 +01:00
Core Add PlainObjectBase copy ctor from PlainObjectBase and DenseBase objects. (manual backport from default branch, fix segfault when creating PlainObjectBase object, though such an usage is not recommended at all) 2015-09-28 15:51:00 +02:00
Eigen2Support Remove unused variables in eigen2support. 2014-12-11 14:26:19 +01:00
Eigenvalues bug #1062: backport fix of SelfAdjointEigenSolver for RowMajor matrices from default branch 2015-09-04 18:26:26 +02:00
Geometry bug #1075: fix AlignedBox::sample for runtime dimension 2015-09-30 11:44:02 +02:00
Householder Remove deprecated usage of expr::Index. 2015-02-16 14:46:51 +01:00
IterativeLinearSolvers Fix bug #1010: m_isInitialized was improperly updated 2015-05-07 14:20:42 +02:00
Jacobi Remove deprecated usage of expr::Index. 2015-02-16 14:46:51 +01:00
LU bug #949: add static assertion for incompatible scalar types in dense end-user decompositions. 2015-03-13 21:06:20 +01:00
MetisSupport Fix bug #314: move remaining math functions from internal to numext namespace 2013-06-10 23:40:56 +02:00
misc Remove deprecated usage of expr::Index. 2015-02-16 14:46:51 +01:00
OrderingMethods Fix AMD ordering when a column has only one off-diagonal non-zero (also fix bug #1045) 2015-09-03 11:04:06 +02:00
PardisoSupport The usage of DenseIndex is deprecated, so let's replace DenseIndex by Index 2015-02-16 15:05:41 +01:00
PaStiXSupport Fix many long to int conversion warnings: 2015-02-16 13:19:05 +01:00
plugins bug #872: remove usage of deprecated bind1st/bind2nd functions (manually backported from devel branch) 2015-06-09 11:06:39 +02:00
QR Applied patch from Richard JW Roberts, resolving bug #704 2015-06-15 22:02:57 +02:00
SparseCholesky Fix many long to int conversion warnings: 2015-02-16 13:19:05 +01:00
SparseCore bug #1048: fix unused variable warning 2015-07-28 22:59:50 +02:00
SparseLU bug #1053: fix SuplerLU::solve with EIGEN_DEFAULT_TO_ROW_MAJOR 2015-09-03 11:25:36 +02:00
SparseQR Fix many long to int conversion warnings: 2015-02-16 13:19:05 +01:00
SPQRSupport Index refactoring: StorageIndex must be used for storage only (and locally when it make sense). In all other cases use the global Index type. 2015-02-13 18:57:41 +01:00
StlSupport Introduce unified macros to identify compiler, OS, and architecture. They are all defined in util/Macros.h and prefixed with EIGEN_COMP_, EIGEN_OS_, and EIGEN_ARCH_ respectively. 2014-11-04 21:58:52 +01:00
SuperLUSupport Remove deprecated usage of expr::Index. 2015-02-16 14:46:51 +01:00
SVD bug #949: add static assertion for incompatible scalar types in dense end-user decompositions. 2015-03-13 21:06:20 +01:00
UmfPackSupport Fix many long to int conversion warnings: 2015-02-16 13:19:05 +01:00
CMakeLists.txt Improves the filter for hidden files in "Eigen" and "Eigen/src". 2010-11-22 10:47:07 -05:00