eigen/Eigen/src
2019-01-09 16:40:42 +01: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 Add dedicated implementations of predux_any for AVX512, NEON, and Altivec/VSE 2019-01-09 16:40:42 +01:00
Eigenvalues Fix compilation with expression template scalar type. 2018-12-12 22:47:00 +01:00
Geometry Fix doxy and misc. typos 2018-08-01 21:34:47 -04: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 bug #1644: fix warning 2018-12-11 22:07:20 +01:00
MetisSupport
misc
OrderingMethods
PardisoSupport Fix several uninitialized member from ctor 2018-11-23 15:10:28 +01:00
PaStiXSupport
plugins typo 2018-11-14 14:43:18 +01: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