aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/MatrixFunctions/MatrixExponential.h
Commit message (Expand)AuthorAge
* Use pade for matrix exponential also for complex values.Gravatar Michael Tesch2019-05-08
* A few small fixes to a) prevent throwing in ctors and dtors of the threading ...Gravatar Rasmus Munk Larsen2018-11-09
* Fix build failures in matrix_power and matrix_exponential tests.Gravatar Alexey Frunze2018-08-31
* Removed several shadowing types and use global Index typedef everywhereGravatar Christoph Hertzberg2018-07-25
* Fix typos found using codespellGravatar Gael Guennebaud2018-06-07
* bug #1484: restore deleted line for 128 bits long doubles, and improve dispat...Gravatar Gael Guennebaud2017-11-10
* bug #1380: for Map<> as input of matrix exponentialGravatar Gael Guennebaud2017-02-20
* bug #1380: fix matrix exponential with Map<>Gravatar Gael Guennebaud2017-01-30
* Silenced several double-promotion warningsGravatar Christoph Hertzberg2016-05-22
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* Reverted previous commit since it caused more problems than it solvedGravatar Benoit Steiner2016-02-26
* Fixed handling of long doubles on aarch64Gravatar Benoit Steiner2016-02-26
* bug #1112: fix compilation on exotic architecturesGravatar Gael Guennebaud2015-11-27
* Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
* Make MatrixFunction use nested_eval instead of nestedGravatar Gael Guennebaud2014-09-18
* Fix typo in MatrixExponential noticed by Markos.Gravatar Jitse Niesen2014-07-25
* MatrixFunctions: replace eval() by nested.Gravatar Jitse Niesen2013-07-31
* Fixed floating point warning.Gravatar Hauke Heibel2013-07-26
* Clean-up of MatrixExponential:Gravatar Jitse Niesen2013-07-21
* Document on MatrixExponential::ScalingOpGravatar Chen-Pang He2013-07-21
* Apply argument-dependent lookup on user-defined types. (using std::)Gravatar Chen-Pang He2013-07-20
* Make non-conversion unary constructors explicit.Gravatar Chen-Pang He2013-07-11
* We need not prohibit assignment here. Thanks to changeset 3edd4681f2f04c1164...Gravatar Chen-Pang He2013-07-07
* Prevent copying with internal::noncopyable.Gravatar Chen-Pang He2013-07-07
* Const-correct the scaling functor.Gravatar Chen-Pang He2013-07-05
* 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