eigen/Eigen/src
2019-01-16 14:43:33 -08:00
..
Cholesky bug #785: Make Cholesky decomposition work for empty matrices 2018-12-03 16:18:15 +01:00
CholmodSupport SuiteSparse defines the macro SuiteSparse_long to control what type is used for 64bit integers. The default value of this macro on non-MSVC platforms is long and __int64 on MSVC. CholmodSupport defaults to using long for the long variants of CHOLMOD functions. This creates problems when SuiteSparse_long is different than long. So the correct thing to do here is 2018-08-13 15:53:31 -07:00
Core Fix compilation error for logical packet ops with older compilers. 2019-01-16 14:43:33 -08:00
Eigenvalues Fix compilation with expression template scalar type. 2018-12-12 22:47:00 +01:00
Geometry Make Transform::rotation() an alias to Transform::linear() in the case of an Isometry 2019-01-15 22:50:42 +01:00
Householder Some warning fixes 2018-07-17 10:29:12 +02:00
IterativeLinearSolvers Fix several uninitialized member from ctor 2018-11-23 15:10:28 +01:00
Jacobi [PATCH 1/2] Misc. typos 2018-09-18 04:15:01 -04:00
KLUSupport
LU Fix StorageIndex FIXME in dense LU solvers 2019-01-13 17:54:30 +01:00
MetisSupport
misc
OrderingMethods
PardisoSupport Fix several uninitialized member from ctor 2018-11-23 15:10:28 +01:00
PaStiXSupport
plugins Add support for inverse hyperbolic functions. 2019-01-11 17:45:37 -08:00
QR update comment 2018-06-29 11:28:36 +02:00
SparseCholesky Fix several uninitialized member from ctor 2018-11-23 15:10:28 +01:00
SparseCore Explicitly convert 0 to Scalar for custom types 2018-10-12 10:22:19 +02:00
SparseLU [PATCH 1/2] Misc. typos 2018-09-18 04:15:01 -04:00
SparseQR Optimize extraction of Q in SparseQR by exploiting the structure of the identity matrix. 2018-07-11 14:01:47 +02:00
SPQRSupport Fix several uninitialized member from ctor 2018-11-23 15:10:28 +01:00
StlSupport Fixed a few more shadowing warnings when compiling with g++ (and c++03) 2018-08-30 16:33:03 +02:00
SuperLUSupport Silence logical-op-parentheses warning 2018-08-17 16:30:32 +02:00
SVD Fix several uninitialized member from ctor 2018-11-23 15:10:28 +01:00
UmfPackSupport Fix misleading indentation of errorCode and make it loop-local 2018-09-12 14:41:38 +02:00