aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/schur_complex.cpp
Commit message (Expand)AuthorAge
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Limit matrix size when testing for NaN: they can become prohibitively expensi...Gravatar Gael Guennebaud2015-10-30
* 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
* remove outdated "Eigen itself is part of the KDE project" outside of eigen2 f...Gravatar Benoit Jacob2012-07-15
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* add the possibility to configure the maximal matrix size in the unit testsGravatar Gael Guennebaud2011-07-12
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Schur decomposition of 1-by-1 always converges.Gravatar Jitse Niesen2010-06-04
* Add info() method which can be queried to check whether iteration converged.Gravatar Jitse Niesen2010-06-03
* Change skipU argument to computeU - this reverses the meaning.Gravatar Jitse Niesen2010-05-31
* - Added problem size constructor to decompositions that did not have one. It ...Gravatar Adolfo Rodriguez Tsouroukdissian2010-04-21
* Add tests for real and complex Schur; extend test for Hessenberg.Gravatar Jitse Niesen2010-04-02