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
0eba8a1fe3e0fa78f0e6760c0e1265817491845d
eigen
/
Eigen
/
src
/
SVD
History
Rasmus Munk Larsen
3ddc0974ce
Fix two bugs in commit
2021-04-02 22:06:27 +00:00
..
BDCSVD.h
Add an info() method to the SVDBase class to make it possible to tell the user that the computation failed, possibly due to invalid input.
2021-03-31 21:09:19 +00:00
JacobiSVD_LAPACKE.h
Fix incorrect ldvt in LAPACKE call from JacobiSVD
2018-01-03 12:55:52 -08:00
JacobiSVD.h
Add an info() method to the SVDBase class to make it possible to tell the user that the computation failed, possibly due to invalid input.
2021-03-31 21:09:19 +00:00
SVDBase.h
Fix two bugs in commit
2021-04-02 22:06:27 +00:00
UpperBidiagonalization.h
bug
#1493
: Make representation of HouseholderSequence consistent and working for complex numbers. Made corresponding unit test actually test that. Also simplify implementation of QR decompositions
2018-04-15 10:15:28 +02:00