This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cc0c38ace87f9b77a21b2ad1b20b0c4f97b24719
eigen
/
Eigen
History
Benoit Jacob
cc0c38ace8
Remove old Clang compiler bug work-arounds. The two LLVM bugs referenced in the comments here have long been fixed. The workarounds were now detrimental because (1) they prevented using fused mul-add on Clang/ARM32 and (2) the unnecessary 'volatile' in 'asm volatile' prevented legitimate reordering by the compiler.
2020-09-15 20:54:14 -04:00
..
src
Remove old Clang compiler bug work-arounds. The two LLVM bugs referenced in the comments here have long been fixed. The workarounds were now detrimental because (1) they prevented using fused mul-add on Clang/ARM32 and (2) the unnecessary 'volatile' in 'asm volatile' prevented legitimate reordering by the compiler.
2020-09-15 20:54:14 -04:00
Cholesky
…
CholmodSupport
…
Core
MatrixProuct enhancements:
2020-09-02 18:21:36 -03:00
Dense
…
Eigen
…
Eigenvalues
…
Geometry
Enable SSE vectorization of Quaternion and cross3() with AVX
2019-02-23 10:45:40 +01:00
Householder
…
IterativeLinearSolvers
…
Jacobi
…
KLUSupport
…
LU
Add Inverse_NEON.h
2020-09-04 10:55:47 +00:00
MetisSupport
…
OrderingMethods
Remove EIGEN_MPL2_ONLY guards around code re-licensed from LGPL to MPL2 in
2ca1e73239
2019-03-05 10:24:54 -08:00
PardisoSupport
…
PaStiXSupport
…
QR
…
QtAlignedMalloc
…
Sparse
Remove EIGEN_MPL2_ONLY guards around code re-licensed from LGPL to MPL2 in
2ca1e73239
2019-03-05 10:24:54 -08:00
SparseCholesky
Remove EIGEN_MPL2_ONLY guards around code re-licensed from LGPL to MPL2 in
2ca1e73239
2019-03-05 10:24:54 -08:00
SparseCore
…
SparseLU
…
SparseQR
…
SPQRSupport
…
StdDeque
…
StdList
…
StdVector
…
SuperLUSupport
…
SVD
…
UmfPackSupport
…