eigen/Eigen/src
2015-08-19 21:50:21 +02:00
..
Cholesky
CholmodSupport
Core bug #1043: Avoid integer conversion sign warning 2015-08-19 21:50:21 +02:00
Eigenvalues Protect further isnan/isfinite/isinf calls 2015-08-16 14:00:02 +02:00
Geometry First part of a big refactoring of alignment control to enable the handling of arbitrarily aligned buffers. It includes: 2015-08-06 15:31:07 +02:00
Householder bug #1017: apply Christoph's patch preventing underflows in makeHouseholder 2015-06-22 16:51:45 +02:00
IterativeLinearSolvers Propagate precondition info to the iterative solver. 2015-08-04 16:13:34 +02:00
Jacobi Generalize first_aligned to take the requested alignment as a template parameter, and add a first_default_aligned variante calling first_aligned with the requirement of the largest packet for the given scalar type. 2015-08-06 17:52:01 +02:00
LU First part of a big refactoring of alignment control to enable the handling of arbitrarily aligned buffers. It includes: 2015-08-06 15:31:07 +02:00
MetisSupport
misc
OrderingMethods
PardisoSupport Fix compilation of MKL Pardiso support 2015-06-24 14:53:43 +02:00
PaStiXSupport
plugins Generalize pow(x,e) such that x and e can be a different expression type or a scalar for either x or e. Add x.pow(e) with e an array expression. 2015-07-20 13:57:55 +02:00
QR
SparseCholesky
SparseCore First part of a big refactoring of alignment control to enable the handling of arbitrarily aligned buffers. It includes: 2015-08-06 15:31:07 +02:00
SparseLU merge 2015-08-09 21:24:20 +02:00
SparseQR Make SparseSelfAdjointView, twists, and SparseQR more evaluator friendly 2015-06-24 17:54:09 +02:00
SPQRSupport
StlSupport bug #829: Introduce macro EIGEN_HAS_CXX11_CONTAINERS and do not specialize std-containers if it is enabled. 2015-08-14 16:09:48 +02:00
SuperLUSupport
SVD Added support for sigmoid function to the tensor module 2015-07-17 09:29:00 -07:00
UmfPackSupport
CMakeLists.txt