aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/matrix_exponential.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
* Add test for matrix power.Gravatar Chen-Pang He2012-08-27
* 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 h...Gravatar Gael Guennebaud2011-08-19
* 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
* Make MatrixFunctions tests more robust.Gravatar Jitse Niesen2010-03-01
* Update matrix_exponential test after API change in ei_matrix_functionGravatar Jitse Niesen2010-02-17
* 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