eigen/Eigen/src
2020-08-25 12:25:58 +02:00
..
Cholesky bug #785: Make Cholesky decomposition work for empty matrices 2018-12-03 16:18:15 +01:00
CholmodSupport Generalize Cholmod support to hanlde any sparse type as the rhs and result of the solve method 2016-11-06 20:29:23 +01:00
Core Fix compilation with AVX512 2020-08-25 12:25:58 +02:00
Eigenvalues Fix Yade high precision Real compilation 2020-03-23 18:24:49 +00:00
Geometry Bug #1788: Fix rule-of-three violations inside the stable modules. 2020-02-28 19:04:33 +01:00
Householder bug #1395: fix the use of compile-time vectors as inputs of JacobiSVD. 2017-02-20 13:44:37 +01:00
IterativeLinearSolvers Fix conjugate-gradient for very small rhs 2018-09-13 23:53:28 +02:00
Jacobi Make param name and docs constistent for JacobiRotation::makeGivens 2018-09-06 18:22:50 +02:00
LU bug #1669: fix PartialPivLU/inverse with zero-sized matrices. 2019-01-29 10:27:13 +01:00
MetisSupport bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
misc bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
OrderingMethods better check array index before using it 2017-03-15 15:18:03 +01:00
PardisoSupport Fix incorrect use of std::abs reported in #1823. 2020-08-11 17:54:22 -07:00
PaStiXSupport bug #1485: fix linking issue of non template functions 2017-11-15 21:33:37 +01:00
plugins Fix and workaround several doxygen issues/warnings 2017-01-04 23:27:33 +01:00
QR bug #1403: more scalar conversions fixes in BDCSVD 2017-06-09 15:45:49 +02: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-uninitialized warnings 2020-02-28 19:32:10 +01:00
SparseLU Collapsed revision from PR-641 2019-05-13 19:02:30 +02:00
SparseQR bug #1544: Generate correct Q matrix in complex case. Original patch was by Jeff Trull in PR-386. 2018-05-17 19:17:01 +02:00
SPQRSupport Fix SPQR for rectangular matrices 2016-10-12 22:39:33 +02:00
StlSupport Add std:: namespace prefix to all (hopefully) instances if size_t/ptrdfiff_t 2017-01-23 22:02:53 +01: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 compilation 2016-12-27 22:04:58 +01:00