index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
test
/
matrix_function.cpp
Commit message (
Expand
)
Author
Age
*
Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.
Benoit Jacob
2012-07-13
*
Implement matrix logarithm + test + docs.
Jitse Niesen
2011-06-07
*
bug #86 : use internal:: namespace instead of ei_ prefix
Benoit Jacob
2010-10-25
*
Fix compilation.
Hauke Heibel
2010-06-21
*
Finally fixed the matrix function/exponential warning.
Hauke Heibel
2010-06-20
*
API change: ei_matrix_exponential(A) --> A.exp(), etc
Jitse Niesen
2010-03-16
*
Make MatrixFunctions tests more robust.
Jitse Niesen
2010-03-01
*
matrix_function test: replace expm(A).inverse() by expm(-A)
Jitse Niesen
2010-02-20
*
Use ReturnByValue to return result of ei_matrix_function(), ...
Jitse Niesen
2010-02-16
*
Use ReturnByValue to return result of ei_matrix_exponential() .
Jitse Niesen
2010-02-15
*
Test matrix functions with matrices with clustered imaginary eivals.
Jitse Niesen
2010-02-13
*
Refactor matrix_function test in preparation of next commit.
Jitse Niesen
2010-02-13
*
Silenced type conversion warnings.
Hauke Heibel
2010-02-03
*
Use matrices with clustered eigenvalues in matrix function test.
Jitse Niesen
2010-01-24
*
Add support for matrix sine, cosine, sinh and cosh.
Jitse Niesen
2010-01-11