eigen/Eigen/src
2014-04-24 23:17:18 +02:00
..
Cholesky doc: Add references to Cholesky methods in SelfAdjointView. 2014-04-07 14:14:48 +01:00
CholmodSupport Fixes bug #681 2013-10-17 00:03:00 +02:00
Core Enable fused madd for Altivec 2014-04-24 23:17:18 +02:00
Eigen2Support Silence unused variable warning. 2013-10-04 00:21:03 +00:00
Eigenvalues bug #793: detect NaN and INF in EigenSolver instead of aborting with an assert. 2014-04-14 22:00:27 +02: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 merge with main branch 2013-07-17 13:21:35 +02:00
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 bug #790: fix overflow in real_2x2_jacobi_svd 2014-04-14 13:52:16 +02:00
UmfPackSupport
CMakeLists.txt