aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/MatrixFunctions
diff options
context:
space:
mode:
authorGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-08-21 00:20:29 +0100
committerGravatar Jitse Niesen <jitse@maths.leeds.ac.uk>2011-08-21 00:20:29 +0100
commit9e667e28f56f2ed405f0d1e7b81b63fa82323e4f (patch)
treee93f376df688f3960b72be31654c1550cf5f7c8b /unsupported/Eigen/MatrixFunctions
parent6d7a32231d0b64ff7d43badc05a4789b7a5f518f (diff)
Add coverage for long double to matrix_exponential test.
Diffstat (limited to 'unsupported/Eigen/MatrixFunctions')
-rw-r--r--unsupported/Eigen/MatrixFunctions4
1 files changed, 2 insertions, 2 deletions
diff --git a/unsupported/Eigen/MatrixFunctions b/unsupported/Eigen/MatrixFunctions
index 15bf1a5e0..136b45183 100644
--- a/unsupported/Eigen/MatrixFunctions
+++ b/unsupported/Eigen/MatrixFunctions
@@ -171,8 +171,8 @@ the z-axis.
\include MatrixExponential.cpp
Output: \verbinclude MatrixExponential.out
-\note \p M has to be a matrix of \c float, \c double,
-\c complex<float> or \c complex<double> .
+\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> .
\section matrixbase_log MatrixBase::log()