aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/matrix_exponential.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
* Add test for matrix power.Gravatar Chen-Pang He2012-08-27
| | | | Use Christoph Hertzberg's suggestion to use exponent laws.
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* Add coverage for long double to matrix_exponential test.Gravatar Jitse Niesen2011-08-21
|
* the min/max macros to detect unprotected min/max were undefined by some std ↵Gravatar Gael Guennebaud2011-08-19
| | | | | | header, so let's declare them after and do the respective fixes ;)
* relax condition in matrix_exponential test for clangGravatar Benoit Jacob2011-02-27
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* Compilation fix for matrix_exponential test: add 'typename'.Gravatar Jitse Niesen2010-06-16
|
* Fixed 64bit/Index related warnings in the matrix functions module.Gravatar Hauke Heibel2010-06-15
|
* API change: ei_matrix_exponential(A) --> A.exp(), etcGravatar Jitse Niesen2010-03-16
| | | | | As discussed on mailing list; see http://listengine.tuxfamily.org/lists.tuxfamily.org/eigen/2010/02/msg00190.html
* Make MatrixFunctions tests more robust.Gravatar Jitse Niesen2010-03-01
| | | | | | | * Use absolute error instead of relative error. * Test on well-conditioned matrices. * Do not repeat the same test g_repeat times (bug fix). * Correct diagnostic output in matrix_exponential.cpp .
* Update matrix_exponential test after API change in ei_matrix_functionGravatar Jitse Niesen2010-02-17
| | | | Apologies for forgetting this yesterday and not testing properly.
* Use ReturnByValue to return result of ei_matrix_exponential() .Gravatar Jitse Niesen2010-02-15
|
* port unsupported modules to new APIGravatar Gael Guennebaud2010-01-05
|
* Rename test per naming convention.Gravatar Jitse Niesen2009-12-28