eigen/Eigen/src
2020-01-10 18:00:36 +00:00
..
Cholesky
CholmodSupport
Core Adding RInt vector support for SYCL. 2020-01-10 18:00:36 +00: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 Remove EIGEN_MPL2_ONLY guard in IncompleteCholesky that is no longer needed after the AMD reordering code was relicensed to MPL2. 2019-03-13 11:52:41 -07: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 Bug #1785: Introduce numext::rint. 2020-01-07 21:22:44 +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