From 16b13596a60c8c384a80ccd71b1c63275dc0d92f Mon Sep 17 00:00:00 2001 From: Chen-Pang He Date: Sat, 17 Sep 2011 21:00:55 +0800 Subject: mainly enhance MatrixLogarithm's performance for RealScalar != double --- unsupported/Eigen/MatrixFunctions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'unsupported/Eigen/MatrixFunctions') 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, \c complex, or \c complex . + \sa MatrixBase::exp(), MatrixBase::matrixFunction(), class MatrixLogarithmAtomic, MatrixBase::sqrt(). -- cgit v1.2.3