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
Commit message (
Expand
)
Author
Age
*
make jacobi SVD more robust after experimenting with very nasty matrices...
Benoit Jacob
2009-08-12
*
finally, the good approach was two-sided Jacobi. Indeed, it allows
Benoit Jacob
2009-08-12
*
don't depend on uninitialized value
Benoit Jacob
2009-08-09
*
* add Jacobi transformations
Benoit Jacob
2009-08-09
*
fix bug in sorting of singular values
Benoit Jacob
2009-08-09
*
make the dot product linear in the second variable, not the first variable
Benoit Jacob
2009-08-03
*
bugfix in SVD
Gael Guennebaud
2009-07-20
*
slight change in the comparison to -1
Gael Guennebaud
2009-07-10
*
include the fixes of the third edition
Gael Guennebaud
2009-07-06
*
quick reimplementation of SVD from the numeral recipes book:
Gael Guennebaud
2009-07-06
*
fix #20: SVD::solve() now resize the result
Gael Guennebaud
2009-07-04
*
merge
Benoit Jacob
2009-05-22
|
\
|
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
|
fix typo
Thomas Capricelli
2009-05-22
*
|
QR and SVD decomposition interface unification.
Hauke Heibel
2009-05-22
|
/
*
Add COMPONENT Devel
Laurent Montel
2009-02-23
*
add computeRotationScaling and computeScalingRotation in SVD
Benoit Jacob
2009-01-22
*
add polar decomposition on both sides, in SVD, with test
Benoit Jacob
2009-01-22
*
more Scalar conversions fixes
Gael Guennebaud
2009-01-07
*
* suppressed some minor warnings
Kenneth Frank Riddile
2009-01-06
*
* fix in IO.h, a useless copy was made because of assignment from
Benoit Jacob
2008-12-18
*
* replace postfix ++ by prefix ++ wherever that makes sense in Eigen/
Benoit Jacob
2008-12-17
*
doc: add a "non stable" warning for parts which are not part
Gael Guennebaud
2008-11-22
*
Big API change in Cholesky module:
Gael Guennebaud
2008-10-13
*
Solve the issue found by Timothy in solveTriangular:
Gael Guennebaud
2008-10-13
*
fix stupid numerical stability issue in SVD::solve (though it is not yet as s...
Gael Guennebaud
2008-09-04
*
trivial compilation fix in SVD
Gael Guennebaud
2008-09-03
*
Added a SVD module:
Gael Guennebaud
2008-08-19