mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Finally fixed the matrix function/exponential warning.
Index fixes.
This commit is contained in:
@@ -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é approximant. */
|
||||
MatrixType m_U;
|
||||
|
||||
Reference in New Issue
Block a user