Add coverage for long double to matrix_exponential test.

This commit is contained in:
Jitse Niesen
2011-08-21 00:20:29 +01:00
parent 6d7a32231d
commit 9e667e28f5
2 changed files with 6 additions and 3 deletions

View File

@@ -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()