This website requires JavaScript.
Explore
Help
Register
Sign In
GitHub-Proxy
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2025-10-15 01:21:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
Eigen
History
Christoph Hertzberg
84eeabd223
Fix bug
#1000
: Manually inherit assignment operators for MSVC 2013 and later (as required by the standard).
2015-04-23 13:39:31 +02:00
..
src
Fix bug
#1000
: Manually inherit assignment operators for MSVC 2013 and later (as required by the standard).
2015-04-23 13:39:31 +02:00
Array
…
Cholesky
…
CholmodSupport
…
CMakeLists.txt
…
Core
Fix bug
#987
: wrong alignement guess in diagonal product.
2015-03-31 23:36:54 +02:00
Dense
…
Eigen
…
Eigen2Support
…
Eigenvalues
…
Geometry
…
Householder
…
IterativeLinearSolvers
…
Jacobi
…
LeastSquares
…
LU
…
MetisSupport
…
OrderingMethods
…
PardisoSupport
…
PaStiXSupport
…
QR
…
QtAlignedMalloc
…
Sparse
…
SparseCholesky
…
SparseCore
Add a Ref<SparseMatrix> specialization.
2015-02-07 22:04:18 +01:00
SparseLU
…
SparseQR
…
SPQRSupport
…
StdDeque
Introduce unified macros to identify compiler, OS, and architecture. They are all defined in util/Macros.h and prefixed with EIGEN_COMP_, EIGEN_OS_, and EIGEN_ARCH_ respectively.
2014-11-04 21:58:52 +01:00
StdList
Introduce unified macros to identify compiler, OS, and architecture. They are all defined in util/Macros.h and prefixed with EIGEN_COMP_, EIGEN_OS_, and EIGEN_ARCH_ respectively.
2014-11-04 21:58:52 +01:00
StdVector
Introduce unified macros to identify compiler, OS, and architecture. They are all defined in util/Macros.h and prefixed with EIGEN_COMP_, EIGEN_OS_, and EIGEN_ARCH_ respectively.
2014-11-04 21:58:52 +01:00
SuperLUSupport
…
SVD
…
UmfPackSupport
…