aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/eigensolver.cpp
Commit message (Expand)AuthorAge
* * extractRotation ---> rotationGravatar Benoit Jacob2008-12-19
* SelfAdjointEigenSolver: add operatorSqrt() and operatorInverseSqrt()Gravatar Benoit Jacob2008-12-19
* * replace postfix ++ by prefix ++ wherever that makes sense in Eigen/Gravatar Benoit Jacob2008-12-17
* * add .imag() functionGravatar Gael Guennebaud2008-11-14
* add EigenSolver::eigenvectors() method for non symmetric matrices.Gravatar Gael Guennebaud2008-10-03
* Fixes in Eigensolver:Gravatar Gael Guennebaud2008-10-01
* if EIGEN_NICE_RANDOM is defined, the random functions will return numbers withGravatar Benoit Jacob2008-09-01
* * bug fixes in: Dot, generalized eigen problem, singular matrix detetection ...Gravatar Gael Guennebaud2008-08-23
* Optimizations:Gravatar Gael Guennebaud2008-08-01
* * Merge Extract and Part to the Part expression.Gravatar Gael Guennebaud2008-07-21
* * Added a generalized eigen solver for the selfadjoint case.Gravatar Gael Guennebaud2008-06-14
* Added a Hessenberg decomposition class for both real and complex matrices.Gravatar Gael Guennebaud2008-06-08
* update of the eigeinsolver unit test to check complexGravatar Gael Guennebaud2008-06-03
* fix a couple of issues making the eigensolver test compile and run without ab...Gravatar Benoit Jacob2008-06-02
* * fix the QR module to use extract/part instead of the previous triangular stuffGravatar Gael Guennebaud2008-05-27