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
e8cdbedefb1913b5a0e2f2b7d38470f081cb8d29
eigen
/
Eigen
/
src
/
SVD
History
Christoph Hertzberg
e8cdbedefb
bug
#877
, bug
#572
: Introduce a global Index typedef. Rename Sparse*::Index to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
2014-12-04 22:48:53 +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
bug
#701
: workaround (min) and (max) blocking ADL by introducing numext::mini and numext::maxi internal functions and a EIGEN_NOT_A_MACRO macro.
2014-10-20 15:55:32 +02:00
SVDBase.h
bug
#877
, bug
#572
: Introduce a global Index typedef. Rename Sparse*::Index to StorageIndex, make Dense*::StorageIndex an alias to DenseIndex. Overall this commit gets rid of all Index conversion warnings.
2014-12-04 22:48:53 +01:00
UpperBidiagonalization.h
Make constructors explicit if they could lead to unintended implicit conversion
2014-09-23 14:28:23 +02:00