aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/eigensolver_selfadjoint.cpp
Commit message (Expand)AuthorAge
* Added complex matrix unit tests for SelfAdjointEigenSolveGravatar Theo Fletcher2021-04-26
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
* bug #478: fix regression in the eigen decomposition of zero matrices.Gravatar Gael Guennebaud2017-01-31
* Fix testing of nearly zero input matrices.Gravatar Gael Guennebaud2016-07-26
* Enforce scalar types in calls to max/min (helps with expression template scal...Gravatar Gael Guennebaud2016-07-25
* Fix SelfAdjointEigenSolver for some input expression types, and add new regre...Gravatar Gael Guennebaud2016-05-19
* Limit matrix size when testing for NaN: they can become prohibitively expensi...Gravatar Gael Guennebaud2015-10-30
* bug #1098: fix regression introduced when generalizing some compute() methods...Gravatar Gael Guennebaud2015-10-26
* Fix implicit cast in unit testGravatar Gael Guennebaud2015-10-07
* Extend unit test and documentation of SelfAdjointEigenSolver::computeDirectGravatar Gael Guennebaud2015-06-08
* Add regression test for bugs #854 and #1014, and check that the eigenvector m...Gravatar Gael Guennebaud2015-05-12
* Extend unit tests of sefladjoint-eigensolverGravatar Gael Guennebaud2015-05-07
* Workaround dead store warnings in unit tests.Gravatar Gael Guennebaud2015-02-18
* Split up some test casesGravatar Christoph Hertzberg2014-10-29
* template keyword not allowed before non-template function callGravatar Christoph Hertzberg2014-10-01
* Tridiagonalization::diagonal() and ::subDiagonal() did not work. Added unit-testGravatar Christoph Hertzberg2014-09-24
* bug #854: fix numerical issue in SelfAdjointEigenSolver::computeDirect for 3x...Gravatar Gael Guennebaud2014-08-21
* Fix bug #326 : expose tridiagonal eigensolver to end-users through ComputeFro...Gravatar Desire NUENTSA2013-07-18
* Introduce a TEST_SET_BUT_UNUSED_VARIABLE macro for initialized but unused var...Gravatar Gael Guennebaud2013-06-25
* Workaround a bunch of stupid warnings in unit testsGravatar Gael Guennebaud2013-06-23
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* 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