aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Jacobi
Commit message (Expand)AuthorAge
* rename PlanarRotation -> JacobiRotationGravatar Benoit Jacob2010-10-19
* Jacobi improvements:Gravatar Benoit Jacob2010-10-12
* fix the Jacobi bug, expand unit testGravatar Benoit Jacob2010-10-12
* port Jacobi to new ei_pset1/ei_pload APIGravatar Gael Guennebaud2010-07-19
* add support for vectorized conjugated productsGravatar Gael Guennebaud2010-07-06
* email changeGravatar Gael Guennebaud2010-06-24
* the Index types change.Gravatar Benoit Jacob2010-05-30
* merge and add start/end to Eigen2SupportGravatar Gael Guennebaud2010-01-05
|\
| * * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
* | add a DenseBase class for MAtrixBase and ArrayBase and more code factorisationGravatar Gael Guennebaud2009-12-04
|/
* Fix LaTeX error in doxygen comment.Gravatar Jitse Niesen2009-09-08
* bug fix in novel makeGivens for realGravatar Gael Guennebaud2009-09-04
* implement the continuous generation algorithm of Givens rotations by Anderson...Gravatar Gael Guennebaud2009-09-03
* add examples for makeJacobi and makeGivensGravatar Gael Guennebaud2009-09-03
* fix #51 (bad use of std::complex::real)Gravatar Gael Guennebaud2009-09-02
* * rename JacobiRotation => PlanarRotationGravatar Gael Guennebaud2009-09-02
* add a JacobiRotation class wrapping the cosine-sine pair withGravatar Gael Guennebaud2009-09-01
* * JacobiSVD:Gravatar Benoit Jacob2009-08-31
* Fix comment which may cause latex to hang when generating docsGravatar Jitse Niesen2009-08-24
* fix issue #43Gravatar Gael Guennebaud2009-08-24
* hm, forgot to conjugate the arguments in applyJacobiOnTheLeftGravatar Gael Guennebaud2009-08-24
* fix apply Jacobi for complexes and add documentation for some *Jacobi* functionsGravatar Gael Guennebaud2009-08-23
* optimize "apply Jacobi" for small sizes, and move it to Jacobi.hGravatar Gael Guennebaud2009-08-14
* * remove EIGEN_DONT_INLINE that harm performance for small sizesGravatar Benoit Jacob2009-08-13
* add an optimized "apply in place a rotation in the plane",Gravatar Gael Guennebaud2009-08-13
* do without an empirical homemade formula that i wasn't comfortable about...Gravatar Benoit Jacob2009-08-12
* make jacobi SVD more robust after experimenting with very nasty matrices...Gravatar Benoit Jacob2009-08-12
* finally, the good approach was two-sided Jacobi. Indeed, it allowsGravatar Benoit Jacob2009-08-12
* * add Jacobi transformationsGravatar Benoit Jacob2009-08-09