eigen/Eigen/src
2015-07-11 19:33:43 +02:00
..
Cholesky typo 2015-06-15 15:08:51 +02:00
CholmodSupport
Core Use NumTraits<T>::RequireInitialization instead of internal::is_arithmetic<T>::value to check whether it's possible to bypass the type constructor in the tensor code. 2015-07-07 15:23:56 -07:00
Eigenvalues Merged eigen/eigen into default 2015-07-03 00:41:11 +02:00
Geometry Rotation2D: fix slerp to take the shortest path, and add convenient method to get the angle in [-pi,pi] or [0,pi] 2015-07-07 17:27:12 +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
LU
MetisSupport
misc
OrderingMethods
PardisoSupport Fix compilation of MKL Pardiso support 2015-06-24 14:53:43 +02:00
PaStiXSupport
plugins Rename free functions isFinite, isInf, isNaN to be compatible with c++11 2015-06-10 16:17:09 +02:00
QR
SparseCholesky
SparseCore Enable OpenMP parallelization of row-major-sparse * dense products. 2015-06-26 10:32:34 +02:00
SparseLU typo 2015-07-07 17:47:24 +02:00
SparseQR Make SparseSelfAdjointView, twists, and SparseQR more evaluator friendly 2015-06-24 17:54:09 +02:00
SPQRSupport
StlSupport
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