Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix most Doxygen warnings. Also add links to stable documentation from ↵ | Christoph Hertzberg | 2018-10-19 |
| | | | | | | | unsupported modules (by using the corresponding Doxytags file). Manually grafted from d107a371c61b764c73fd1570b1f3ed1c6400dd7e | ||
* | bug #1596: fix inclusion of Eigen's header within unsupported modules. | Gael Guennebaud | 2018-09-17 |
| | |||
* | Fix numerous shadow-warnings for GCC<=4.8 | Christoph Hertzberg | 2018-08-28 |
| | |||
* | Doc: difference between array and matrix cosine etc (bug #830) | Jitse Niesen | 2014-09-06 |
| | |||
* | Directly code failing example, or it breaks `make doc`. | Chen-Pang He | 2013-07-21 |
| | |||
* | Warn about power of a matrix with non-semisimple 0 eigenvalue. | Chen-Pang He | 2013-07-21 |
| | |||
* | Write doc for positive power of a matrix with a semisimple zero eigenvalue. | Chen-Pang He | 2013-07-10 |
| | |||
* | Write doc for complex power of a matrix. | Chen-Pang He | 2013-07-10 |
| | |||
* | Remove unused inclusions. | Chen-Pang He | 2013-07-04 |
| | |||
* | Remove mat.pow * vec specialization, which causes segfault for mat.pow * mat.pow | Chen-Pang He | 2013-06-24 |
| | |||
* | Make the MatrixFunctions documentation page looks a bit better | Gael Guennebaud | 2013-01-11 |
| | |||
* | remove the 'Unsupported Modules' meta module | Gael Guennebaud | 2013-01-11 |
| | |||
* | Implement matrix power-matrix product again | Chen-Pang He | 2012-09-22 |
| | |||
* | Enable saving intermidiate (Schur decomposition) but disable unstable ↵ | Chen-Pang He | 2012-09-21 |
| | | | | specialization for matrix power-matrix product. | ||
* | Tidy up and write dox. | Chen-Pang He | 2012-08-28 |
| | |||
* | Replace atanh with atanh2 | Chen-Pang He | 2012-08-27 |
| | |||
* | Fix toc in dox and claim copyright | jdh8 | 2012-08-20 |
| | |||
* | Dox in MatrixFunctions | jdh8 | 2012-08-19 |
| | |||
* | matrix power: MatrixBase::pow(RealScalar) and MatrixBase::pow(T) where T is ↵ | jdh8 | 2012-08-15 |
| | | | | integral type | ||
* | Automatic relicensing to MPL2 using Keirs script. Manual fixup follows. | Benoit Jacob | 2012-07-13 |
| | |||
* | Get rid of include directives inside namespace blocks (bug #339). | Jitse Niesen | 2012-04-15 |
| | |||
* | mainly enhance MatrixLogarithm's performance for RealScalar != double | Chen-Pang He | 2011-09-17 |
| | |||
* | Add coverage for long double to matrix_exponential test. | Jitse Niesen | 2011-08-21 |
| | |||
* | add compatibility with long double | Chen-Pang He | 2011-08-20 |
| | |||
* | Implement matrix logarithm + test + docs. | Jitse Niesen | 2011-06-07 |
| | | | | Currently, test matrix_function_1 fails due to bug #288. | ||
* | Forgot to 'hg add' example file in last commit. | Jitse Niesen | 2011-05-10 |
| | |||
* | Implement and document MatrixBase::sqrt(). | Jitse Niesen | 2011-05-09 |
| | |||
* | Implement matrix square root for complex matrices. | Jitse Niesen | 2011-05-07 |
| | | | | | I hope to implement the real case soon, but it's a bit more complicated due to the 2-by-2 blocks in the real Schur decomposition. | ||
* | bug #86 : use internal:: namespace instead of ei_ prefix | Benoit Jacob | 2010-10-25 |
| | |||
* | Move documentation of MatrixBase methods in MatrixFunctions to module page. | Jitse Niesen | 2010-03-22 |
| | | | | | | | I think that because MatrixFunctions is in unsupported/ and MatrixBase is not, doxygen does not include the MatrixBase methods defined and documented in the MatrixFunctions module with the other MatrixBase methods. This is a kludge, but at least the documentation is not lost. | ||
* | Remove some Array #includes. | Jitse Niesen | 2010-01-21 |
| | |||
* | Add support for matrix sine, cosine, sinh and cosh. | Jitse Niesen | 2010-01-11 |
| | |||
* | Add support for general matrix functions. | Jitse Niesen | 2009-12-21 |
| | | | | | | | This does the job but it is only a first version. Further plans: improved docs, more tests, improve code by refactoring, add convenience functions for sine, cosine, sinh, cosh, and (eventually) add the matrix logarithm. | ||
* | Coax doxygen in producing better docs for MatrixFunctions. | Jitse Niesen | 2009-12-11 |
| | | | | | | | The //@{ ... //@} in unsupported/Eigen/MatrixFunctions for some reason caused doxygen to list the constructor of the MatrixExponential class as a separate function in the MatrixFunctions module without any reference to the class; very confusing. | ||
* | remove sentence "Eigen itself is part of the KDE project." | Benoit Jacob | 2009-05-22 |
| | | | | it never made very precise sense. but now does it still make any? | ||
* | new unsupported module by Jitse Niesen: matrix exponential | Benoit Jacob | 2009-05-05 |