aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/eigensolver_selfadjoint.cpp
Commit message (Expand)AuthorAge
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* remove GSL dependency in the unit testsGravatar Gael Guennebaud2011-12-01
* Fix some unused-variable warnings with GCC 4.6Gravatar Benoit Jacob2011-10-30
* add a computeDirect method to SelfAdjointEigenSolver for fast eigen decomposi...Gravatar Gael Guennebaud2011-07-21
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* add a TridiagonalizationMatrixTReturnType class to make Tridiagonalization::m...Gravatar Gael Guennebaud2010-11-26
* fix bug #107: SelfAdjointEigenSolver and RowMajor (and add unit test)Gravatar Gael Guennebaud2010-11-04
* Initial fixes for bug #85.Gravatar Hauke Heibel2010-10-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* email changeGravatar Gael Guennebaud2010-06-24
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* add unit tests for other generalized variantsGravatar Gael Guennebaud2010-06-17
* * decouple the generalized selfadjoint eigenvalue problem to the standard oneGravatar Gael Guennebaud2010-06-16
* * Make HouseholderSequence::evalTo works in placeGravatar Gael Guennebaud2010-06-10
* fix unit test when GSL is enabledGravatar Gael Guennebaud2010-06-10
* Add info() method which can be queried to check whether iteration converged.Gravatar Jitse Niesen2010-06-03
* Guard with assert against using decomposition objects uninitialized.Gravatar Jitse Niesen2010-05-30
* Update eigenvalues() and operatorNorm() methods in MatrixBase.Gravatar Jitse Niesen2010-05-24
* - Added problem size constructor to decompositions that did not have one. It ...Gravatar Adolfo Rodriguez Tsouroukdissian2010-04-21
* Another big refactoring change:Gravatar Gael Guennebaud2009-11-18
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* kill ei_add_test_multi. Now the macro ei_add_test does all that automatically...Gravatar Benoit Jacob2009-10-19
* rename the EigenSolver module to EigenvaluesGravatar Gael Guennebaud2009-09-04
* move eigen values related stuff of the QR module to a new EigenSolver module.Gravatar Gael Guennebaud2009-09-03
* change the make householder algorithm so that the remaining coefficientGravatar Gael Guennebaud2009-08-17
* various compilation and bug fixes in selfadjoint stuffGravatar Gael Guennebaud2009-07-27
* Add an efficient rank2 update function (like the level2 blas xSYR2 routine).Gravatar Gael Guennebaud2009-07-11
* new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* split and extend eigen-solver testsGravatar Gael Guennebaud2009-03-23