eigen/Eigen/src
2020-10-02 14:36:51 +02:00
..
Cholesky PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD). 2019-01-17 01:17:39 +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 dont use =* might not return a Scalar 2020-10-02 14:36:51 +02:00
Eigenvalues bug #1679: avoid possible division by 0 in complex-schur 2019-02-15 09:39:25 +01:00
Geometry Fix alignedbox 32-bit precision test failure. 2020-09-30 08:42:03 -07:00
Householder PR 567: makes all dense solvers inherit SoverBase (LU,Cholesky,QR,SVD). 2019-01-17 01:17:39 +01:00
IterativeLinearSolvers Bugfix: conjugate_gradient did not compile with lazy-evaluated RealScalar 2020-03-29 19:44:12 -04:00
Jacobi [PATCH 1/2] Misc. typos 2018-09-18 04:15:01 -04:00
KLUSupport MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
LU Add missing newline at the end of Inverse_NEON.h 2020-09-29 15:32:52 +00:00
MetisSupport
misc fix typo 2017-03-07 11:25:58 +01:00
OrderingMethods More colamd cleanup: 2019-09-03 00:50:51 +02:00
PardisoSupport Makes Scalar/RealScalar typedefs public in Pardiso's wrappers (see PR 688) 2019-09-03 13:09:03 +02:00
PaStiXSupport MIsc. source and comment typos 2018-03-11 10:01:44 -04:00
plugins Revert !182. 2020-09-29 13:56:17 -07:00
QR Enable CompleteOrthogonalDecomposition::pseudoInverse with non-square fixed-size matrices. 2019-11-13 21:16:53 +01:00
SparseCholesky Fix perf issue in SimplicialLDLT::solve for complexes (again, m_diag is real) 2019-10-01 12:54:25 +02:00
SparseCore fix #1901: warning in Mode==(Upper|Lower) 2020-09-02 15:43:58 +02:00
SparseLU Fix #1818: SparseLU: add methods nnzL() and nnzU() 2020-06-11 23:49:49 +00:00
SparseQR bug #899: remove "rank-revealing" qualifier for SparseQR and warn that it is not always rank-revealing. 2019-02-19 22:52:15 +01:00
SPQRSupport Fix several uninitialized member from ctor 2018-11-23 15:10:28 +01:00
StlSupport Fix StlDeque for GCC 10 2020-07-29 12:31:13 +00:00
SuperLUSupport Silence logical-op-parentheses warning 2018-08-17 16:30:32 +02:00
SVD Cast Index to RealScalar 2019-05-23 15:31:12 +02:00
UmfPackSupport Fix misleading indentation of errorCode and make it loop-local 2018-09-12 14:41:38 +02:00