Finally fixed the matrix function/exponential warning.

Index fixes.
This commit is contained in:
Hauke Heibel
2010-06-20 23:13:24 +02:00
parent 69b50047d6
commit bb46a45340
4 changed files with 19 additions and 15 deletions

View File

@@ -132,7 +132,7 @@ class MatrixExponential {
typedef typename NumTraits<Scalar>::Real RealScalar;
/** \brief Reference to matrix whose exponential is to be computed. */
const typename ei_nested<MatrixType>::type m_M;
typename ei_nested<MatrixType>::type m_M;
/** \brief Even-degree terms in numerator of Pad&eacute; approximant. */
MatrixType m_U;