| .. |
|
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
|
PR 719: fix real/imag namespace conflict
|
2019-10-08 09:15:17 +02:00 |
|
Eigenvalues
|
bug #1679: avoid possible division by 0 in complex-schur
|
2019-02-15 09:39:25 +01:00 |
|
Geometry
|
Fix typo in Umeyama method documentation
|
2019-07-17 11:20:41 +00: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
|
bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command.
|
2016-08-29 10:59:37 +02: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
|
Explicitly convert 0 to Scalar for custom types
|
2018-10-12 10:22:19 +02: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 |