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
4ba032c9abd653ce24d5f8b94a5d1897c0d4ffce
eigen
/
Eigen
History
Benoit Jacob
4ba032c9ab
fix grave bug introduced by me: the low-level matrix-vector product functions can't be fed strided vectors, only strided matrices.
2010-04-20 15:59:17 -04:00
..
src
fix grave bug introduced by me: the low-level matrix-vector product functions can't be fed strided vectors, only strided matrices.
2010-04-20 15:59:17 -04:00
Array
…
Cholesky
…
CMakeLists.txt
…
Core
* Refactoring of the class hierarchy: introduction of DenseDirectAccessBase, removal of extra _Base/_Options template parameters.
2010-04-16 10:13:32 -04:00
Dense
…
Eigen
…
Eigen2Support
Only include <iosfwd> unless either EIGEN_DEBUG_ASSIGN is defined or we're in eigen2 support mode
2010-02-27 19:04:22 -05:00
Eigenvalues
Split computation of real Schur form in EigenSolver to its own class.
2010-04-01 12:32:56 +01:00
Geometry
Adapted Geometry includes.
2010-01-21 09:43:30 +01:00
Householder
…
Jacobi
…
LeastSquares
…
LU
…
QR
…
QtAlignedMalloc
…
Sparse
…
StdList
Fixed indentation and removed debug code.
2010-04-18 20:16:39 +02:00
StdVector
Fixed indentation and removed debug code.
2010-04-18 20:16:39 +02:00
SVD
…