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
/
Jacobi
Commit message (
Expand
)
Author
Age
*
implement the continuous generation algorithm of Givens rotations by Anderson...
Gael Guennebaud
2009-09-03
*
add examples for makeJacobi and makeGivens
Gael Guennebaud
2009-09-03
*
fix #51 (bad use of std::complex::real)
Gael Guennebaud
2009-09-02
*
* rename JacobiRotation => PlanarRotation
Gael Guennebaud
2009-09-02
*
add a JacobiRotation class wrapping the cosine-sine pair with
Gael Guennebaud
2009-09-01
*
* JacobiSVD:
Benoit Jacob
2009-08-31
*
Fix comment which may cause latex to hang when generating docs
Jitse Niesen
2009-08-24
*
fix issue #43
Gael Guennebaud
2009-08-24
*
hm, forgot to conjugate the arguments in applyJacobiOnTheLeft
Gael Guennebaud
2009-08-24
*
fix apply Jacobi for complexes and add documentation for some *Jacobi* functions
Gael Guennebaud
2009-08-23
*
optimize "apply Jacobi" for small sizes, and move it to Jacobi.h
Gael Guennebaud
2009-08-14
*
* remove EIGEN_DONT_INLINE that harm performance for small sizes
Benoit Jacob
2009-08-13
*
add an optimized "apply in place a rotation in the plane",
Gael Guennebaud
2009-08-13
*
do without an empirical homemade formula that i wasn't comfortable about...
Benoit Jacob
2009-08-12
*
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
*
* add Jacobi transformations
Benoit Jacob
2009-08-09