aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/test/matrix_function.cpp
Commit message (Expand)AuthorAge
* Bug #1796: Make matrix squareroot usable for Map and Ref typesGravatar Christoph Hertzberg2019-12-20
* Fix some shadow warningsGravatar Christoph Hertzberg2018-08-25
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with EIGEN_DECLAR...Gravatar Gael Guennebaud2018-07-17
* Silenced several double-promotion warningsGravatar Christoph Hertzberg2016-05-22
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* Replace all M_PI by EIGEN_PI and add a check to the testsuite.Gravatar Christoph Hertzberg2016-03-23
* MatrixFunctions: Clean up StemFunction.hGravatar Jitse Niesen2013-07-26
* Clean source code and unit tests with respect to -Wunused-local-typedefsGravatar Gael Guennebaud2013-04-10
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Implement matrix logarithm + test + docs.Gravatar Jitse Niesen2011-06-07
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Fix compilation.Gravatar Hauke Heibel2010-06-21
* Finally fixed the matrix function/exponential warning.Gravatar Hauke Heibel2010-06-20
* API change: ei_matrix_exponential(A) --> A.exp(), etcGravatar Jitse Niesen2010-03-16
* Make MatrixFunctions tests more robust.Gravatar Jitse Niesen2010-03-01
* matrix_function test: replace expm(A).inverse() by expm(-A)Gravatar Jitse Niesen2010-02-20
* Use ReturnByValue to return result of ei_matrix_function(), ...Gravatar Jitse Niesen2010-02-16
* Use ReturnByValue to return result of ei_matrix_exponential() .Gravatar Jitse Niesen2010-02-15
* Test matrix functions with matrices with clustered imaginary eivals.Gravatar Jitse Niesen2010-02-13
* Refactor matrix_function test in preparation of next commit.Gravatar Jitse Niesen2010-02-13
* Silenced type conversion warnings.Gravatar Hauke Heibel2010-02-03
* Use matrices with clustered eigenvalues in matrix function test.Gravatar Jitse Niesen2010-01-24
* Add support for matrix sine, cosine, sinh and cosh.Gravatar Jitse Niesen2010-01-11