eigen/Eigen/src
2015-06-26 16:14:23 +02:00
..
Cholesky typo 2015-06-15 15:08:51 +02:00
CholmodSupport Fix possible usage of a null pointer in CholmodSupport 2015-02-18 11:26:25 +01:00
Core Add special path for matrix<complex>/real. 2015-06-26 16:08:15 +02:00
Eigenvalues split compiler intensive bdcsvd_1 unit test 2015-06-26 16:14:23 +02:00
Geometry Document how cross behaves on complex numbers 2015-06-24 18:02:33 +02:00
Householder bug #1017: apply Christoph's patch preventing underflows in makeHouseholder 2015-06-22 16:51:45 +02:00
IterativeLinearSolvers Doc: explain perf and multithreading issues in sparse iterative solvers 2015-06-26 10:49:40 +02:00
Jacobi Remove deprecated usage of expr::Index. 2015-02-16 14:46:51 +01:00
LU bug #949: add static assertion for incompatible scalar types in dense end-user decompositions. 2015-03-13 21:06:20 +01:00
MetisSupport Suppress some remaining Index conversion warnings 2015-02-17 18:52:39 +01:00
misc Remove deprecated usage of expr::Index. 2015-02-16 14:46:51 +01:00
OrderingMethods Update approx. minimum ordering method to push and keep structural empty diagonal elements to the bottom-right part of the matrix 2015-03-20 16:33:48 +01:00
PardisoSupport Fix compilation of MKL Pardiso support 2015-06-24 14:53:43 +02:00
PaStiXSupport Fix many long to int conversion warnings: 2015-02-16 13:19:05 +01:00
plugins Rename free functions isFinite, isInf, isNaN to be compatible with c++11 2015-06-10 16:17:09 +02:00
QR bug #949: add static assertion for incompatible scalar types in dense end-user decompositions. 2015-03-13 21:06:20 +01:00
SparseCholesky Add unit tests for CG and sparse-LLT for long int as storage-index 2015-03-09 14:33:15 +01:00
SparseCore Enable OpenMP parallelization of row-major-sparse * dense products. 2015-06-26 10:32:34 +02:00
SparseLU bug #1026: fix infinite loop for an empty input 2015-06-26 14:02:52 +02:00
SparseQR Make SparseSelfAdjointView, twists, and SparseQR more evaluator friendly 2015-06-24 17:54:09 +02:00
SPQRSupport Index refactoring: StorageIndex must be used for storage only (and locally when it make sense). In all other cases use the global Index type. 2015-02-13 18:57:41 +01:00
StlSupport Introduce unified macros to identify compiler, OS, and architecture. They are all defined in util/Macros.h and prefixed with EIGEN_COMP_, EIGEN_OS_, and EIGEN_ARCH_ respectively. 2014-11-04 21:58:52 +01:00
SuperLUSupport bug #998: Started fixing doxygen warnings 2015-05-01 22:10:41 +02:00
SVD Fix compilation of BDCSVD with DEFAULT_TO_ROWMAJOR 2015-06-19 10:37:25 +02:00
UmfPackSupport bug #897: make umfpack support use Ref<> 2015-06-09 23:30:06 +02:00
CMakeLists.txt