eigen/Eigen/src
Christoph Hertzberg d46d726e9d CommaInitializer wrongfully asserted for 0-sized blocks
commainitialier unit-test never actually called `test_block_recursion`, which also was not correctly implemented and would have caused too deep template recursion.
2020-04-13 16:41:20 +02:00
..
Cholesky
CholmodSupport
Core CommaInitializer wrongfully asserted for 0-sized blocks 2020-04-13 16:41:20 +02:00
Eigenvalues bug #1679: avoid possible division by 0 in complex-schur 2019-02-15 09:39:25 +01:00
Geometry Bug #1788: Fix rule-of-three violations inside the stable modules. 2019-12-19 17:30:11 +01:00
Householder
IterativeLinearSolvers Bugfix: conjugate_gradient did not compile with lazy-evaluated RealScalar 2020-03-29 19:44:12 -04:00
Jacobi
KLUSupport
LU Fix conversion warnings 2019-02-19 14:00:15 +01:00
MetisSupport
misc
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
plugins Add absolute_difference coefficient-wise binary Array function 2020-03-19 17:45:20 +00: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 some maybe-unitialized warnings 2019-12-18 18:26:20 +01:00
SparseLU Collapsed revision from PR-641 2019-05-13 19:02:30 +02: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
StlSupport
SuperLUSupport
SVD Cast Index to RealScalar 2019-05-23 15:31:12 +02:00
UmfPackSupport