aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/src/MatrixFunctions
diff options
context:
space:
mode:
authorGravatar Chen-Pang He <jdh8@ms63.hinet.net>2013-07-21 05:40:56 +0800
committerGravatar Chen-Pang He <jdh8@ms63.hinet.net>2013-07-21 05:40:56 +0800
commitc00f688c643038650f941f786227a76cd6fd2310 (patch)
treeac42ec1df3ea599ba65a1798708bcde42a5031d9 /unsupported/Eigen/src/MatrixFunctions
parent51573da3a4407288b900e8764e20de4fc09018d3 (diff)
Fix doc. (It is also used by computeFracPower)
Diffstat (limited to 'unsupported/Eigen/src/MatrixFunctions')
-rw-r--r--unsupported/Eigen/src/MatrixFunctions/MatrixPower.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h b/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h
index b419e245b..5548bd95c 100644
--- a/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h
+++ b/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h
@@ -389,7 +389,7 @@ class MatrixPower : internal::noncopyable
/** \brief Reference to the base of matrix power. */
typename MatrixType::Nested m_A;
- /** \brief Temporary storage for computing integral power. */
+ /** \brief Temporary storage. */
MatrixType m_tmp;
/** \brief Store the result of Schur decomposition. */