aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/MatrixFunctions/MatrixLogarithm.h
Commit message (Expand)AuthorAge
* Fixed most conversion warnings in MatrixFunctions moduleGravatar Christoph Hertzberg2018-11-20
* Fix most Doxygen warnings. Also add links to stable documentation from unsupp...Gravatar Christoph Hertzberg2018-10-19
* Removed several shadowing types and use global Index typedef everywhereGravatar Christoph Hertzberg2018-07-25
* Fix compilation of matrix log with Map as inputGravatar Gael Guennebaud2017-06-07
* Silenced several double-promotion warningsGravatar Christoph Hertzberg2016-05-22
* bug #1229: bypass usage of Derived::Options which is available for plain matr...Gravatar Gael Guennebaud2016-05-18
* Enable and fix -Wdouble-conversion warningsGravatar Christoph Hertzberg2016-05-05
* Replace all M_PI by EIGEN_PI and add a check to the testsuite.Gravatar Christoph Hertzberg2016-03-23
* Get rid of class internal::nested<> (still have to updated Tensor module)Gravatar Gael Guennebaud2015-06-19
* bug #876, matrix_log_compute_2x2: directly use logp1 instead of atanh2Gravatar Gael Guennebaud2014-12-08
* Make MatrixFunction use nested_eval instead of nestedGravatar Gael Guennebaud2014-09-18
* Added missing inline statements in order to prevent linker errors.Gravatar Hauke Heibel2013-08-27
* MatrixFunctions: replace eval() by nested.Gravatar Jitse Niesen2013-07-31
* Clean up MatrixFunction and MatrixLogarithm.Gravatar Jitse Niesen2013-07-25
* Clean-up of MatrixSquareRoot.Gravatar Jitse Niesen2013-07-22
* 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
* compilation fixes in unsupportedGravatar Gael Guennebaud2013-06-12
* Replace assert() by eigen_assert() (fixes bug #548).Gravatar Jitse Niesen2013-02-02
* Avoid Schur decomposition on (quasi-)triangular matrices. (Huge speed up!)Gravatar Chen-Pang He2012-09-30
* Fix bug #314:Gravatar Gael Guennebaud2012-11-06
* Avoid inefficient 2x2 LU. Move atanh to internal for maintainability.Gravatar Chen-Pang He2012-08-30
* Fix dox and tabbingGravatar Chen-Pang He2012-08-29
* Replace atanh with atanh2Gravatar Chen-Pang He2012-08-27
* Dox in MatrixFunctionsGravatar jdh82012-08-19
* Bugfix in MatrixLogarithm.hGravatar jdh82012-08-18
|\
| * Ensured that all branches of MatrixLogarithmAtomic::getPadeDegree return values.Gravatar Hauke Heibel2012-08-18
* | Add specialization for float and long doubleGravatar jdh82012-08-18
* | Fix some typos in MatrixLogarithm to improve accuracy.Gravatar jdh82012-08-03
|/
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
* mergeGravatar Jitse Niesen2012-05-02
|\
| * Got rid of a warning message by doing an explicit castGravatar clusty2012-05-02
* | 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
* Leverage triangular square root in matrix log.Gravatar Jitse Niesen2011-08-25
* add compatibility with long doubleGravatar Chen-Pang He2011-08-20
* Implement matrix logarithm + test + docs.Gravatar Jitse Niesen2011-06-07