This website requires JavaScript.
Explore
Help
Register
Sign In
GitHub-Proxy
/
eigen
Watch
1
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2025-10-16 01:51:29 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eigen
/
unsupported
/
Eigen
/
src
/
MatrixFunctions
History
Jitse Niesen
b12522f696
Remove unnecessary template keywords (breaks compilation under MSVC).
...
Thanks to Hauke for finding this.
2011-07-28 13:55:56 +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
protect calls to min and max with parentheses to make Eigen compatible with default windows.h
2011-07-21 11:19:36 +02:00
MatrixLogarithm.h
Implement matrix logarithm + test + docs.
2011-06-07 14:44:43 +01:00
MatrixSquareRoot.h
Remove unnecessary template keywords (breaks compilation under MSVC).
2011-07-28 13:55:56 +01:00
StemFunction.h
API change: ei_matrix_exponential(A) --> A.exp(), etc
2010-03-16 17:26:55 +00:00