eigen/Eigen/src
2014-04-18 15:35:34 +02: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 Fixes bug #681 2013-10-17 00:03:00 +02:00
Core Smarter block size computation 2014-04-18 15:35:34 +02:00
Eigen2Support Silence unused variable warning. 2013-10-04 00:21:03 +00:00
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 Fix bug #688: make it clearer that CG is for both dense and sparse matrices. 2013-10-28 15:56:30 +01:00
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 Make Pardiso solvers non copyabe 2013-08-02 11:09:02 +02:00
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 Reduce explicit zeros when applying SparseQR's matrix Q 2013-09-20 23:28:10 +02:00
SPQRSupport Fix SPQR Solve() when assigning to a Map object 2013-09-26 15:00:22 +02:00
StlSupport
SuperLUSupport
SVD Add scaling in JacobiSVD to avoid overflows 2013-11-19 11:53:48 +01:00
UmfPackSupport
CMakeLists.txt