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
aa6c516ec17fb44dff85b1abf3a1b05d58d3bc01
eigen
/
Eigen
/
src
/
SVD
History
Gael Guennebaud
fc202bab39
Index refactoring: StorageIndex must be used for storage only (and locally when it make sense). In all other cases use the global Index type.
2015-02-13 18:57:41 +01:00
..
BDCSVD.h
Disable MatrixBase::bdcSvd with CUDA (just like MatrixBase::jacobiSvd
2014-11-26 22:29:29 +01:00
CMakeLists.txt
Add COMPONENT Devel
2009-02-23 07:50:56 +00:00
JacobiSVD_MKL.h
quieted more g++ warnings of the form: warning: typedef XXX locally defined but not used [-Wunused-local-typedefs]
2014-10-16 09:19:32 -04:00
JacobiSVD.h
Fix dynamic allocation in JacobiSVD (regression)
2014-12-08 14:45:04 +01:00
SVDBase.h
Index refactoring: StorageIndex must be used for storage only (and locally when it make sense). In all other cases use the global Index type.
2015-02-13 18:57:41 +01:00
UpperBidiagonalization.h
Make constructors explicit if they could lead to unintended implicit conversion
2014-09-23 14:28:23 +02:00