aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/MatrixFunctions
Commit message (Expand)AuthorAge
* Fix most Doxygen warnings. Also add links to stable documentation from unsupp...Gravatar Christoph Hertzberg2018-10-19
* bug #1596: fix inclusion of Eigen's header within unsupported modules.Gravatar Gael Guennebaud2018-09-17
* Fix numerous shadow-warnings for GCC<=4.8Gravatar Christoph Hertzberg2018-08-28
* Doc: difference between array and matrix cosine etc (bug #830)Gravatar Jitse Niesen2014-09-06
* Directly code failing example, or it breaks `make doc`.Gravatar Chen-Pang He2013-07-21
* Warn about power of a matrix with non-semisimple 0 eigenvalue.Gravatar Chen-Pang He2013-07-21
* Write doc for positive power of a matrix with a semisimple zero eigenvalue.Gravatar Chen-Pang He2013-07-10
* Write doc for complex power of a matrix.Gravatar Chen-Pang He2013-07-10
* Remove unused inclusions.Gravatar Chen-Pang He2013-07-04
* Remove mat.pow * vec specialization, which causes segfault for mat.pow * mat.powGravatar Chen-Pang He2013-06-24
* Make the MatrixFunctions documentation page looks a bit betterGravatar Gael Guennebaud2013-01-11
* remove the 'Unsupported Modules' meta moduleGravatar Gael Guennebaud2013-01-11
* Implement matrix power-matrix product againGravatar Chen-Pang He2012-09-22
* Enable saving intermidiate (Schur decomposition) but disable unstable special...Gravatar Chen-Pang He2012-09-21
* Tidy up and write dox.Gravatar Chen-Pang He2012-08-28
* Replace atanh with atanh2Gravatar Chen-Pang He2012-08-27
* Fix toc in dox and claim copyrightGravatar jdh82012-08-20
* Dox in MatrixFunctionsGravatar jdh82012-08-19
* matrix power: MatrixBase::pow(RealScalar) and MatrixBase::pow(T) where T is i...Gravatar jdh82012-08-15
* 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
* Add coverage for long double to matrix_exponential test.Gravatar Jitse Niesen2011-08-21
* add compatibility with long doubleGravatar Chen-Pang He2011-08-20
* Implement matrix logarithm + test + docs.Gravatar Jitse Niesen2011-06-07
* Forgot to 'hg add' example file in last commit.Gravatar Jitse Niesen2011-05-10
* Implement and document MatrixBase::sqrt().Gravatar Jitse Niesen2011-05-09
* Implement matrix square root for complex matrices.Gravatar Jitse Niesen2011-05-07
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* Move documentation of MatrixBase methods in MatrixFunctions to module page.Gravatar Jitse Niesen2010-03-22
* Remove some Array #includes.Gravatar Jitse Niesen2010-01-21
* Add support for matrix sine, cosine, sinh and cosh.Gravatar Jitse Niesen2010-01-11
* Add support for general matrix functions.Gravatar Jitse Niesen2009-12-21
* Coax doxygen in producing better docs for MatrixFunctions.Gravatar Jitse Niesen2009-12-11
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* new unsupported module by Jitse Niesen: matrix exponentialGravatar Benoit Jacob2009-05-05