eigen/Eigen/src
2023-02-03 16:40:08 +00:00
..
AccelerateSupport Removed need to supply the Symmetric flag to UpLo argument for Accelerate LLT and LDLT 2022-04-21 20:02:10 +00:00
Cholesky Fix QR, again 2023-01-13 03:23:17 +00:00
CholmodSupport Small fixes 2021-12-21 16:46:09 +00:00
Core Revert StlIterators edit from "Fix undefined behavior..." 2023-02-01 20:01:36 +00:00
Eigenvalues fixed msvc compilation error in GeneralizedEigenSolver.h 2022-09-04 17:50:43 +00:00
Geometry Cross product for vectors of size 2. Fixes #1037 2022-11-15 22:39:42 +00:00
Householder Use numext::sqrt in Householder.h. 2022-06-21 16:29:59 +00:00
IterativeLinearSolvers Changing BiCGSTAB parameters initialization so that it works with custom types 2022-11-29 19:37:46 +00:00
Jacobi Fix vectorized Jacobi Rotation 2022-08-08 19:29:56 +00:00
KLUSupport Add construct_at, destroy_at wrappers. Use throughout. 2022-03-08 20:43:22 +00:00
LU Fix pragma check for disabling fastmath. 2022-10-26 22:50:57 +00:00
MetisSupport Issue an error in case of direct inclusion of internal headers. 2021-09-10 19:12:26 +00:00
misc fix lapacke config 2023-02-03 16:40:08 +00:00
OrderingMethods Issue an error in case of direct inclusion of internal headers. 2021-09-10 19:12:26 +00:00
PardisoSupport Issue an error in case of direct inclusion of internal headers. 2021-09-10 19:12:26 +00:00
PaStiXSupport Issue an error in case of direct inclusion of internal headers. 2021-09-10 19:12:26 +00:00
plugins Unconditionally enable CXX11 math. 2022-10-04 17:37:47 +00:00
QR fix lapacke config 2023-02-03 16:40:08 +00:00
SparseCholesky Issue an error in case of direct inclusion of internal headers. 2021-09-10 19:12:26 +00:00
SparseCore Fix stupid sparse bugs with outerSize == 0 2023-01-28 02:03:09 +00:00
SparseLU Patch SparseLU 2022-12-31 04:52:36 +00:00
SparseQR Replace Eigen type metaprogramming with corresponding std types and make use of alias templates 2022-03-16 16:43:40 +00:00
SPQRSupport Fix for crash bug in SPQRSupport: Initialize pointers to nullptr to avoid free() calls of invalid pointers. 2022-02-18 16:13:28 +00:00
StlSupport Fix usages of wrong namespace 2022-03-21 15:07:53 +00:00
SuperLUSupport don't use deprecated MappedSparseMatrix 2021-11-19 15:58:04 +00:00
SVD Add BDCSVD_LAPACKE binding 2022-12-09 18:50:12 +00:00
UmfPackSupport Add construct_at, destroy_at wrappers. Use throughout. 2022-03-08 20:43:22 +00:00