eigen/Eigen/src
2018-09-13 09:44:46 +02:00
..
Cholesky LLT: correct doc and add missing reference for the return type of rankUpdate 2018-09-11 09:33:21 +02: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 Enable std::result_of for msvc 2015 and later 2018-09-13 09:44:46 +02:00
Eigenvalues applying EIGEN_DECLARE_TEST to *gpu* tests 2018-07-17 14:16:48 -04: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 typos found using codespell 2018-06-07 14:43:02 +02:00
Jacobi Make param name and docs constistent for JacobiRotation::makeGivens 2018-09-06 11:04:17 -04:00
KLUSupport
LU Cast to diagonalSize to RealScalar instead Scalar. 2018-08-09 14:46:17 -07:00
MetisSupport
misc
OrderingMethods
PardisoSupport
PaStiXSupport
plugins sigmoid -> logistic 2018-08-13 11:14:50 -07:00
QR update comment 2018-06-29 11:28:36 +02:00
SparseCholesky Fix typos found using codespell 2018-06-07 14:43:02 +02:00
SparseCore bug #1531: expose NumDimensions for solve and sparse expressions. 2018-06-08 16:55:10 +02:00
SparseLU Some warning fixes 2018-07-17 10:29:12 +02: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
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 updates based on PR feedback 2018-06-14 10:21:54 -04:00
UmfPackSupport Fix misleading indentation of errorCode and make it loop-local 2018-09-12 14:41:38 +02:00