aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/eigensolver_generic.cpp
Commit message (Expand)AuthorAge
* After fixing bug #1557, boostmultiprec_7 failed with NumericalIssue instead o...Gravatar Christoph Hertzberg2019-01-17
* Add regression test for bug #1174Gravatar Gael Guennebaud2018-12-12
* bug #1557: fix RealSchur and EigenSolver for matrices with only zeros on the ...Gravatar Gael Guennebaud2018-12-12
* Remove usage of #if EIGEN_TEST_PART_XX in unit tests that does not require th...Gravatar Gael Guennebaud2018-07-17
* 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
* Improve numerical robustness of RealSchur: add scaling and compare sub-diag e...Gravatar Gael Guennebaud2016-07-06
* Limit matrix size for other eigen and schur decompositionsGravatar Gael Guennebaud2015-10-30
* bug #1098: fix regression introduced when generalizing some compute() methods...Gravatar Gael Guennebaud2015-10-26
* Workaround dead store warnings in unit tests.Gravatar Gael Guennebaud2015-02-18
* Fix test: EigenSolver on 1x1 matrix with NaN sets info to NumericalIssue.Gravatar Jitse Niesen2014-06-02
* bug #793: fix overflow in EigenSolver and add respective regression unit testGravatar Gael Guennebaud2014-04-14
* 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
* Eigenvalues module: Implement setMaxIterations() methods.Gravatar Jitse Niesen2012-07-28
* Allow user to specify max number of iterations (bug #479).Gravatar Jitse Niesen2012-07-24
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* fix bug #410: fix a possible out of range access in EigenSolverGravatar Gael Guennebaud2012-01-25
* 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 the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* Normalize eigenvectors returned by EigenSolver (fixes bug #249)Gravatar Jitse Niesen2011-04-15
* email changeGravatar Gael Guennebaud2010-06-24
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
* Add info() method which can be queried to check whether iteration converged.Gravatar Jitse Niesen2010-06-03
* Allow user to compute only the eigenvalues and not the eigenvectors.Gravatar Jitse Niesen2010-05-31
* 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
* 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
* new implementation of diagonal matrices and diagonal matrix expressionsGravatar Benoit Jacob2009-06-28
* mergeGravatar Benoit Jacob2009-05-22
|\
| * remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* | Eigensolver decomposition interface unification.Gravatar Hauke Heibel2009-05-22
|/
* split and extend eigen-solver testsGravatar Gael Guennebaud2009-03-23