This website requires JavaScript.
Explore
Help
Sign In
devtools
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2026-04-10 11:34:33 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d4bd8bddb5e9f968ffcbdfff5936934e3d706684
eigen
/
unsupported
/
Eigen
/
src
/
MatrixFunctions
History
Jitse Niesen
8c8ab9ae10
Implement matrix logarithm + test + docs.
...
Currently, test matrix_function_1 fails due to bug
#288
.
2011-06-07 14:44:43 +01:00
..
CMakeLists.txt
new unsupported module by Jitse Niesen: matrix exponential
2009-05-05 20:46:55 +00:00
MatrixExponential.h
Fix typo ('using namespace' instead of 'using').
2011-05-26 09:52:36 +01:00
MatrixFunction.h
Decouple MatrixFunction and MatrixFunctionAtomic
2011-06-07 14:40:27 +01:00
MatrixFunctionAtomic.h
bug
#86
: use internal:: namespace instead of ei_ prefix
2010-10-25 10:15:22 -04:00
MatrixLogarithm.h
Implement matrix logarithm + test + docs.
2011-06-07 14:44:43 +01:00
MatrixSquareRoot.h
Fix and test MatrixSquareRoot for 1-by-1 matrices.
2011-06-07 14:32:16 +01:00
StemFunction.h
API change: ei_matrix_exponential(A) --> A.exp(), etc
2010-03-16 17:26:55 +00:00