index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
unsupported
/
Eigen
/
MatrixFunctions
Commit message (
Expand
)
Author
Age
*
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 special...
Chen-Pang He
2012-09-21
*
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 i...
jdh8
2012-08-15
*
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
*
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
*
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
*
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
*
Coax doxygen in producing better docs for MatrixFunctions.
Jitse Niesen
2009-12-11
*
remove sentence "Eigen itself is part of the KDE project."
Benoit Jacob
2009-05-22
*
new unsupported module by Jitse Niesen: matrix exponential
Benoit Jacob
2009-05-05