aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/MatrixFunctions
diff options
context:
space:
mode:
authorGravatar Chen-Pang He <jdh8@ms63.hinet.net>2011-09-17 21:00:55 +0800
committerGravatar Chen-Pang He <jdh8@ms63.hinet.net>2011-09-17 21:00:55 +0800
commit16b13596a60c8c384a80ccd71b1c63275dc0d92f (patch)
treed625d24a8772fac2c2e65ec827c5db77908f1ab1 /unsupported/Eigen/MatrixFunctions
parentedf4c4b217268c3379bca017afc480d2b8299de9 (diff)
mainly enhance MatrixLogarithm's performance for RealScalar != double
Diffstat (limited to 'unsupported/Eigen/MatrixFunctions')
-rw-r--r--unsupported/Eigen/MatrixFunctions3
1 files changed, 3 insertions, 0 deletions
diff --git a/unsupported/Eigen/MatrixFunctions b/unsupported/Eigen/MatrixFunctions
index 136b45183..ac58eec29 100644
--- a/unsupported/Eigen/MatrixFunctions
+++ b/unsupported/Eigen/MatrixFunctions
@@ -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().