Fix doc. (It is also used by computeFracPower)

This commit is contained in:
Chen-Pang He 2013-07-21 05:40:56 +08:00
parent 51573da3a4
commit c00f688c64

View File

@ -389,7 +389,7 @@ class MatrixPower : internal::noncopyable
/** \brief Reference to the base of matrix power. */ /** \brief Reference to the base of matrix power. */
typename MatrixType::Nested m_A; typename MatrixType::Nested m_A;
/** \brief Temporary storage for computing integral power. */ /** \brief Temporary storage. */
MatrixType m_tmp; MatrixType m_tmp;
/** \brief Store the result of Schur decomposition. */ /** \brief Store the result of Schur decomposition. */