eigen/Eigen/src
2016-04-21 16:49:28 -07:00
..
Cholesky Cleaning pass on rcond estimator. 2016-04-14 16:45:41 +02:00
CholmodSupport bug #946: generalize Cholmod::solve to handle any rhs expression 2016-01-29 23:02:22 +01:00
Core Enable lazy-coeff-based-product for vector*(1x1) products 2016-04-16 15:17:39 +02:00
Eigenvalues Removed executable bit from header files 2016-03-23 16:15:02 -07:00
Geometry bug #537: fix compilation with Apples's compiler 2016-03-02 13:22:46 +01:00
Householder Make use of is_same_dense helper instead of extract_data to detect input/outputs are the same. 2016-04-13 18:47:12 +02:00
IterativeLinearSolvers
Jacobi
LU Cleaning pass on rcond estimator. 2016-04-14 16:45:41 +02:00
MetisSupport
misc Move LAPACK declarations from blas.h to lapack.h and fix compatibility with EIGEN_USE_MKL 2016-04-11 17:12:31 +02:00
OrderingMethods Fix warning and replace min/max macros by calls to mini/maxi 2016-02-01 10:23:45 +01:00
PardisoSupport Removed executable bit from header files 2016-03-23 16:15:02 -07:00
PaStiXSupport
plugins Added support for exclusive or 2016-04-14 20:37:46 -07:00
QR Prevent crash in CompleteOrthogonalDecomposition if object was default constructed. 2016-04-21 16:49:28 -07:00
SparseCholesky
SparseCore Compilation fix 2016-03-01 12:48:56 +01:00
SparseLU Removed executable bit from header files 2016-03-23 16:15:02 -07:00
SparseQR bug #694: document that SparseQR::matrixR is not sorted. 2016-02-01 16:09:34 +01:00
SPQRSupport
StlSupport bug #1164: fix list and deque specializations such that our aligned allocator is automatically activatived only when the user did not specified an allocator (or specified the default std::allocator). 2016-02-03 18:07:25 +01:00
SuperLUSupport Better use .data() than &coeffRef(0) 2016-04-14 15:18:08 +02:00
SVD Improve numerical robustness of JacoviSVD: 2016-04-14 22:46:55 +02:00
UmfPackSupport
CMakeLists.txt