aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/QR/Tridiagonalization.h
Commit message (Expand)AuthorAge
* Optimizations:Gravatar Gael Guennebaud2008-08-01
* Add .perpendicular() function in Geometry module (adapted from Eigen1)Gravatar Gael Guennebaud2008-07-22
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* * split Product to a DiagonalProduct template specializationGravatar Gael Guennebaud2008-06-15
* Add QR and Cholesky module instantiations in the lib.Gravatar Gael Guennebaud2008-06-14
* Added a Hessenberg decomposition class for both real and complex matrices.Gravatar Gael Guennebaud2008-06-08
* * rewrite of the QR decomposition:Gravatar Gael Guennebaud2008-06-07
* fix some compile errors with gcc 4.3, some warnings, some documentationGravatar Benoit Jacob2008-06-06
* add an optimized path for the tridiagonalization of a 3x3 matrix.Gravatar Gael Guennebaud2008-06-04
* added a static assertion mechanismGravatar Gael Guennebaud2008-06-04
* fix eigenvectors computations :)Gravatar Gael Guennebaud2008-06-03
* Rewrite from scratch of the eigen solver for symmetric matricesGravatar Gael Guennebaud2008-06-02
* * added a Tridiagonalization class for selfadjoint matricesGravatar Gael Guennebaud2008-06-01