| .. |
|
Cholesky
|
bug #949: add static assertion for incompatible scalar types in dense end-user decompositions.
|
2015-03-13 21:06:20 +01: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
|
Fix bug #1000: Manually inherit assignment operators for MSVC 2013 and later (as required by the standard).
|
2015-04-23 13:39:31 +02:00 |
|
Eigen2Support
|
Remove unused variables in eigen2support.
|
2014-12-11 14:26:19 +01:00 |
|
Eigenvalues
|
bug #985: RealQZ failed when either matrix had zero rows or columns (report and patch by Ben Goodrich)
|
2015-03-30 23:56:20 +02:00 |
|
Geometry
|
bug #999: clarify that behavior of empty AlignedBoxes is undefined, and further improvements in documentation
|
2015-04-30 19:29:47 +02:00 |
|
Householder
|
Remove deprecated usage of expr::Index.
|
2015-02-16 14:46:51 +01:00 |
|
IterativeLinearSolvers
|
Really use zero guess in ConjugateGradients::solve as documented
|
2015-02-18 14:26:10 +01: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 many long to int conversion warnings:
|
2015-02-16 13:19:05 +01: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
|
member_redux constructor is explicit too. Renamed some typedefs for more consistency.
|
2014-09-23 18:55:42 +02:00 |
|
QR
|
bug #949: add static assertion for incompatible scalar types in dense end-user decompositions.
|
2015-03-13 21:06:20 +01:00 |
|
SparseCholesky
|
Fix many long to int conversion warnings:
|
2015-02-16 13:19:05 +01:00 |
|
SparseCore
|
Make conversion from 0 to Scalar explicit (issue reported by Brad Bell)
|
2015-04-13 17:10:52 +02:00 |
|
SparseLU
|
Fix SparseLU::signDeterminant() method, and add a SparseLU::determinant() method.
|
2015-02-16 19:16:21 +01: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 |