index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
Eigen
/
src
/
SVD
/
JacobiSVD.h
Commit message (
Expand
)
Author
Age
*
Remove \nonstable yet. The stability rules for Eigen3 are much simpler:
Benoit Jacob
2010-06-29
*
rename:
Benoit Jacob
2010-06-14
*
change the value of Dynamic to -1, since the index type is now configurable.
Benoit Jacob
2010-06-11
*
the Index types change.
Benoit Jacob
2010-05-30
*
- Added problem size constructor to decompositions that did not have one. It ...
Adolfo Rodriguez Tsouroukdissian
2010-04-21
*
fix the flags and matrix options, to always have the right RowMajor bit in th...
Benoit Jacob
2010-03-19
*
* move dummy_precision and epsilon to NumTraits
Gael Guennebaud
2010-02-10
*
remove the Triangular suffix to Upper, Lower, UnitLower, etc,
Gael Guennebaud
2010-01-07
*
Big renaming:
Benoit Jacob
2010-01-04
*
simplification
Benoit Jacob
2009-11-18
*
fix stuff after the PermutationMatrix changes.
Benoit Jacob
2009-11-18
*
big huge changes, so i dont remember everything.
Benoit Jacob
2009-10-28
*
Ok, too many class bodies - it was only required for ei_svd_precondition_2x2_...
Hauke Heibel
2009-09-27
*
Fixed VC compilation error on the JacobiSVD module.
Hauke Heibel
2009-09-27
*
bugfixes for ICC (compilation and runtime)
Gael Guennebaud
2009-09-15
*
big reorganization in JacobiSVD:
Benoit Jacob
2009-09-03
*
* rename JacobiRotation => PlanarRotation
Gael Guennebaud
2009-09-02
*
JacobiSVD: implement general R-SVD using full-pivoting QR, so we now support ...
Benoit Jacob
2009-09-02
*
add a JacobiRotation class wrapping the cosine-sine pair with
Gael Guennebaud
2009-09-01
*
* JacobiSVD:
Benoit Jacob
2009-08-31