| .. |
|
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
|
Altivec: fix compilation with C++20 and higher
|
2023-07-05 13:14:02 +00:00 |
|
Eigenvalues
|
Work around compiler bug in Tridiagonalization.h
|
2023-03-10 21:21:07 +00:00 |
|
Geometry
|
Add Quaternion constructor from real scalar and imaginary vector
|
2023-06-27 05:38:17 +00:00 |
|
Householder
|
Use numext::sqrt in Householder.h.
|
2022-06-21 16:29:59 +00:00 |
|
IterativeLinearSolvers
|
Remove LGPL Code and references.
|
2023-02-08 01:25:06 +00:00 |
|
Jacobi
|
Fix compiler warnings.
|
2023-02-10 20:46:23 +00:00 |
|
KLUSupport
|
Add construct_at, destroy_at wrappers. Use throughout.
|
2022-03-08 20:43:22 +00:00 |
|
LU
|
Specify Permutation Index for PartialPivLU and FullPivLU
|
2023-03-07 20:28:05 +00:00 |
|
MetisSupport
|
Issue an error in case of direct inclusion of internal headers.
|
2021-09-10 19:12:26 +00:00 |
|
misc
|
Remove unused declarations of BLAS/LAPACK routines
|
2023-03-23 21:54:05 +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
|
Fix ivcSize return type in IndexedViewMethods.h
|
2023-07-03 03:49:37 +00:00 |
|
QR
|
Update file ColPivHouseholderQR_LAPACKE.h
|
2023-02-09 13:45:56 +00:00 |
|
SparseCholesky
|
Issue an error in case of direct inclusion of internal headers.
|
2021-09-10 19:12:26 +00:00 |
|
SparseCore
|
Sparse matrix column/row removal
|
2023-05-24 17:04:45 +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
|
SVD: fix numerous compiler warnings / failures
|
2023-05-15 16:56:47 +00:00 |
|
ThreadPool
|
Make it possible to override the synchonization primitives used by the threadpool using macros.
|
2023-05-09 19:36:17 +00:00 |
|
UmfPackSupport
|
Add construct_at, destroy_at wrappers. Use throughout.
|
2022-03-08 20:43:22 +00:00 |