aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/minres.cpp
Commit message (Collapse)AuthorAge
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* typoGravatar Gael Guennebaud2015-02-10
|
* Allows Lower|Upper as a template argument of CG and MINRES: in this case the ↵Gravatar Gael Guennebaud2015-02-10
| | | | full matrix will be considered.
* MINRES, bug #715: add support for zero rhs, and remove square test.Gravatar giacomo po2014-03-17
|
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
| | | | | - remove most of the metaprogramming kung fu in MathFunctions.h (only keep functions that differs from the std) - remove the overloads for array expression that were in the std namespace
* the repeated solves are already present in check_sparse_solving()Gravatar Desire NUENTSA2012-10-09
|
* spd test instead of square test. Still missing complex version of MINRES.Gravatar giacomo po2012-10-01
|
* compiling (but failing) unit testGravatar giacomo po2012-09-27
|
* moved MINRES to unsupported. Made unit test.Gravatar giacomo po2012-09-24