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
b5a7603822825a5c065453434f1fbffdff8678a8
eigen
/
unsupported
/
Eigen
/
src
/
MatrixFunctions
History
Gael Guennebaud
548a487800
bug
#1229
: bypass usage of Derived::Options which is available for plain matrix types only. Better use column-major storage anyway.
2016-05-18 16:44:05 +02:00
..
CMakeLists.txt
new unsupported module by Jitse Niesen: matrix exponential
2009-05-05 20:46:55 +00:00
MatrixExponential.h
Enable and fix -Wdouble-conversion warnings
2016-05-05 13:35:45 +02:00
MatrixFunction.h
bug
#1229
: bypass usage of Derived::Options which is available for plain matrix types only. Better use column-major storage anyway.
2016-05-18 16:44:05 +02:00
MatrixLogarithm.h
bug
#1229
: bypass usage of Derived::Options which is available for plain matrix types only. Better use column-major storage anyway.
2016-05-18 16:44:05 +02:00
MatrixPower.h
bug
#1229
: bypass usage of Derived::Options which is available for plain matrix types only. Better use column-major storage anyway.
2016-05-18 16:44:05 +02:00
MatrixSquareRoot.h
Get rid of class internal::nested<> (still have to updated Tensor module)
2015-06-19 17:56:39 +02:00
StemFunction.h
Fix bug in MatrixFunctions for matrices with multiple eigenvalues.
2013-07-26 15:39:18 +01:00