eigen/Eigen/src
2015-02-03 23:46:05 +01:00
..
Cholesky
CholmodSupport
Core bug #936, patch 3/3: Properly detect FMA support on ARM (requires VFPv4) 2015-01-30 17:45:03 -05:00
Eigenvalues bug #933: RealSchur, do not consider the input matrix norm to check negligible sub-diag entries. This also makes this test consistent with the complex and self-adjoint cases. 2015-01-28 16:07:51 +01:00
Geometry Use true compile time "if" for Transform::makeAffine 2014-12-13 22:16:39 +01:00
Householder
IterativeLinearSolvers
Jacobi
LU
MetisSupport
misc
OrderingMethods
PardisoSupport
PaStiXSupport
plugins
QR bug #941: fix accuracy issue in ColPivHouseholderQR, do not stop decomposition on a small pivot 2015-01-30 19:04:04 +01:00
SparseCholesky In simplicial cholesky: avoid deep copy of the input matrix is this later can be used readily 2014-12-08 17:56:33 +01:00
SparseCore Fix out-of-bounds write 2014-12-11 16:15:20 +01:00
SparseLU Supernodes was disabled. 2015-01-30 17:24:40 +01:00
SparseQR
SPQRSupport SPQR: fix default threshold value 2015-02-03 22:32:34 +01:00
StlSupport
SuperLUSupport Use Ref<> to ensure that both x and b in Ax=b are compatible with Umfpack/SuperLU expectations 2015-02-03 23:46:05 +01:00
SVD
UmfPackSupport Use Ref<> to ensure that both x and b in Ax=b are compatible with Umfpack/SuperLU expectations 2015-02-03 23:46:05 +01:00
CMakeLists.txt