eigen/Eigen/src
2014-03-26 23:22:36 +01:00
..
Cholesky Remove early termination in LDLT: the zero on the diagonal of the input matrix does not mean the matrix is not full rank. Typical examples are matrices coming from LS with linear equality constraints. 2014-02-26 10:12:27 +01:00
CholmodSupport
Core Update gebp kernel to process a panle of 4 columns at once for the remaining ones. 2014-03-26 23:22:36 +01:00
Eigen2Support
Eigenvalues NVCC: fix closed-form eigenvalue decomposition, workaround gcc4.7/nvcc5.5 issue 2014-01-24 12:50:29 +01:00
Geometry fixed a template type conversion bug in AngleAxis found by Pei Luo 2014-03-20 22:05:40 +08:00
Householder Fix bug #222. Make temporary matrix column-major independently of EIGEN_DEFAULT_TO_ROW_MAJOR 2014-03-26 17:48:30 +01:00
IterativeLinearSolvers
Jacobi
LU
MetisSupport
misc sparse_solve_retval_base::defaultEvalTo created extremely oversized temporary matrices in some cases 2014-01-19 03:04:51 +01:00
OrderingMethods
PardisoSupport
PaStiXSupport Fix PaStiX support for Pastix 5.2 2014-02-28 13:11:39 +01:00
plugins Grafted from 5725:cdedc9e90d21099e8b3191f95425680ebe710d6f 2013-12-21 21:46:27 +01:00
QR Make pivoting HouseholderQR compatible with custom scalar types 2014-02-25 18:55:16 +01:00
SparseCholesky
SparseCore Silence stupid parenthesis warnings for old GCC versions (<= 4.6.x) 2014-03-13 12:58:57 +01:00
SparseLU Fix infinite loop in sparselu 2014-02-14 23:10:16 +01:00
SparseQR
SPQRSupport
StlSupport
SuperLUSupport
SVD Add scaling in JacobiSVD to avoid overflows 2013-11-19 11:53:48 +01:00
UmfPackSupport
CMakeLists.txt