mainly enhance MatrixLogarithm's performance for RealScalar != double

This commit is contained in:
Chen-Pang He
2011-09-17 21:00:55 +08:00
parent edf4c4b217
commit 16b13596a6
3 changed files with 209 additions and 42 deletions

View File

@@ -226,6 +226,9 @@ documentation of \ref matrixbase_exp "exp()".
\include MatrixLogarithm.cpp
Output: \verbinclude MatrixLogarithm.out
\note \p M has to be a matrix of \c float, \c double, \c long double
\c complex<float>, \c complex<double>, or \c complex<long double> .
\sa MatrixBase::exp(), MatrixBase::matrixFunction(),
class MatrixLogarithmAtomic, MatrixBase::sqrt().