aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Eigenvalues/Tridiagonalization.h
Commit message (Expand)AuthorAge
* Replace local variables by member variables in compute() methods.Gravatar Jitse Niesen2010-05-24
* Change return type of matrixH() method to HouseholderSequence.Gravatar Jitse Niesen2010-05-24
* Document Tridiagonalization class, remove unused types.Gravatar Jitse Niesen2010-05-01
* * implement the corner() API change: new methods topLeftCorner() etcGravatar Benoit Jacob2010-04-22
* - Added problem size constructor to decompositions that did not have one. It ...Gravatar Adolfo Rodriguez Tsouroukdissian2010-04-21
* * allow matrix dimensions to be 0 (also at compile time) and provide a specia...Gravatar Benoit Jacob2010-03-21
* fix the flags and matrix options, to always have the right RowMajor bit in th...Gravatar Benoit Jacob2010-03-19
* Propagate all five matrix template parameters to members and temporaries of d...Gravatar Adolfo Rodriguez Tsouroukdissian2010-03-08
* remove the Triangular suffix to Upper, Lower, UnitLower, etc,Gravatar Gael Guennebaud2010-01-07
* Big renaming:Gravatar Benoit Jacob2010-01-04
* make some changes to please clang, fix some warnings too.Gravatar Thomas Capricelli2010-01-04
* Removed NestByValue dependency from Cholesky, Eigenvalues, LU and QR.Gravatar Hauke Heibel2009-12-01
* *adapt Householder to the convention that we now favor refs over ptrs for out...Gravatar Benoit Jacob2009-11-10
* rename the EigenSolver module to EigenvaluesGravatar Gael Guennebaud2009-09-04