index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
jacobisvd.cpp
Commit message (
Expand
)
Author
Age
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
work around stupid msvc error when constructing at compile time an expression
Benoit Jacob
2010-10-19
*
add jacobiSvd() method, update test & docs
Benoit Jacob
2010-10-17
*
JacobiSVD:
Benoit Jacob
2010-10-14
*
fix bug #44: use VERIFY_IS_APPROX instead of exact comparison to please x87 e...
Benoit Jacob
2010-10-13
*
add Jacobi unit test. jacobi_5 fails, exposing bug #39.
Benoit Jacob
2010-10-12
*
set ColPivHouseholderQR as default preconditioner for JacobiSVD
Benoit Jacob
2010-10-11
*
implement JacobiSVD::solve() and expand the unit test
Benoit Jacob
2010-10-11
*
add option to compute thin U/V.
Benoit Jacob
2010-10-08
*
Rework JacobiSVD api / template parameters.
Benoit Jacob
2010-10-08
*
email change
Gael Guennebaud
2010-06-24
*
Utilize Index in all unit tests.
Hauke Heibel
2010-06-20
*
- Added problem size constructor to decompositions that did not have one. It ...
Adolfo Rodriguez Tsouroukdissian
2010-04-21
*
Fixed conservativeResize.
Hauke Heibel
2010-01-11
*
fix stuff after the PermutationMatrix changes.
Benoit Jacob
2009-11-18
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
* add a HouseholderSequence class (not good enough yet for Triadiagonalizatio...
Gael Guennebaud
2009-09-16
*
big reorganization in JacobiSVD:
Benoit Jacob
2009-09-03
*
JacobiSVD: implement general R-SVD using full-pivoting QR, so we now support ...
Benoit Jacob
2009-09-02
*
* JacobiSVD:
Benoit Jacob
2009-08-31