aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h
Commit message (Expand)AuthorAge
* Avoid pow(Scalar, int) for C++11 conformance.Gravatar Chen-Pang He2013-07-05
* Fix dox and tabbingGravatar Chen-Pang He2012-08-29
* using std::frexp instead of frexpGravatar jdh82012-08-08
* Optimize getting exponent from IEEE floating points.Gravatar jdh82012-08-08
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* Get rid of include directives inside namespace blocks (bug #339).Gravatar Jitse Niesen2012-04-15
* mainly enhance MatrixLogarithm's performance for RealScalar != doubleGravatar Chen-Pang He2011-09-17
* Define log2() on FreeBSD (fixes bug #343).Gravatar Jitse Niesen2011-09-06
* Add defensive assert to MatrixExponential,Gravatar Jitse Niesen2011-09-03
* enhance efficacy via avoiding exception handlingGravatar Chen-Pang He2011-09-02
* fix: <ctime> is necessary for srand(time(NULL))Gravatar Chen-Pang He2011-08-24
* add compatibility with long doubleGravatar Chen-Pang He2011-08-20
* the min/max macros to detect unprotected min/max were undefined by some std h...Gravatar Gael Guennebaud2011-08-19
* Fix typo ('using namespace' instead of 'using').Gravatar Jitse Niesen2011-05-26
* Simplify the use of custom scalar types, the rule is to never directly call a...Gravatar Gael Guennebaud2011-05-25
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Finally fixed the matrix function/exponential warning.Gravatar Hauke Heibel2010-06-20
* Attempt to fix MatrixExponential/Function related warnings.Gravatar Hauke Heibel2010-06-20
* Fixed warnings regarding missing assignment operator.Gravatar Hauke Heibel2010-06-11
* the Index types change.Gravatar Benoit Jacob2010-05-30
* Move documentation of MatrixBase methods in MatrixFunctions to module page.Gravatar Jitse Niesen2010-03-22
* API change: ei_matrix_exponential(A) --> A.exp(), etcGravatar Jitse Niesen2010-03-16
* Renamed PlainMatrixType to PlainObject (Array != Matrix).Gravatar Hauke Heibel2010-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
* Add support for matrix sine, cosine, sinh and cosh.Gravatar Jitse Niesen2010-01-11
* port unsupported modules to new APIGravatar Gael Guennebaud2010-01-05
* Add support for general matrix functions.Gravatar Jitse Niesen2009-12-21
* Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
* Coax doxygen in producing better docs for MatrixFunctions.Gravatar Jitse Niesen2009-12-11
* Various improvements to the docs for unsupported.Gravatar Jitse Niesen2009-12-07
* Some of our unit tests require mathematical constants and thus we rely on non...Gravatar Hauke Heibel2009-11-30
* big huge changes, so i dont remember everything.Gravatar Benoit Jacob2009-10-28
* Re-factor matrix exponential.Gravatar Jitse Niesen2009-09-08
* Bug fix in MatrixExponential.hGravatar Jitse Niesen2009-09-01
* Adaptions from .lazy() towards .noalias().Gravatar Hauke Heibel2009-08-31
* Add support for matrix exponential of floats and complex numbers.Gravatar Jitse Niesen2009-08-12
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* Evaluate argument of matrix exponential only once.Gravatar Jitse Niesen2009-05-18
* CREDIT Hauke Heibel, windows compatibility fixes in MatrixExponentialGravatar Benoit Jacob2009-05-07
* new unsupported module by Jitse Niesen: matrix exponentialGravatar Benoit Jacob2009-05-05