eigen/Eigen/src
Antonio Sanchez e19829c3b0 Fix floor/ceil for NEON fp16.
Forgot to test this.  Fixes bug introduced in !416.
2021-02-25 20:39:56 -08:00
..
Cholesky Fix documentation typos in LDLT.h 2021-02-08 21:07:29 +00:00
CholmodSupport
Core Fix floor/ceil for NEON fp16. 2021-02-25 20:39:56 -08:00
Eigenvalues
Geometry Cast anonymous enums to int when used in expressions. 2021-02-24 23:50:06 +00:00
Householder
IterativeLinearSolvers
Jacobi
KLUSupport
LU EOF newline added to InverseSize4. 2020-11-18 07:58:33 -08:00
MetisSupport
misc
OrderingMethods
PardisoSupport
PaStiXSupport
plugins Add log2() to Eigen. 2020-12-04 21:45:09 +00:00
QR
SparseCholesky Bug #1910: Make SparseCholesky work for RowMajor matrices 2021-02-19 19:36:18 +01:00
SparseCore Fixed sparse conservativeResize() when both num cols and rows decreased. 2021-02-23 21:32:39 +00:00
SparseLU Replace nullptr by NULL in SparseLU.h to be C++03 compliant. 2021-02-09 09:08:06 +01:00
SparseQR
SPQRSupport
StlSupport Remove private access of std::deque::_M_impl. 2020-12-10 14:59:34 -08:00
SuperLUSupport Avoid -Wunused warnings in NDEBUG builds. 2021-02-12 18:35:35 +00:00
SVD Enable bdcsvd on host. 2021-02-08 12:56:23 -08:00
UmfPackSupport