eigen/Eigen/src
2016-04-14 11:40:48 -07:00
..
Cholesky Cleaning pass on rcond estimator. 2016-04-14 16:45:41 +02:00
CholmodSupport
Core Inline the << operator on half floats 2016-04-14 11:40:48 -07: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
PardisoSupport Removed executable bit from header files 2016-03-23 16:15:02 -07:00
PaStiXSupport
plugins Added polygamma function. 2016-04-01 14:35:21 +01:00
QR Removed executable bit from header files 2016-03-23 16:15:02 -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 Fix JacobiSVD for complex when the complex-to-real update already gives a diagonal 2x2 block. 2016-04-13 23:43:26 +02:00
UmfPackSupport
CMakeLists.txt