From c00f688c643038650f941f786227a76cd6fd2310 Mon Sep 17 00:00:00 2001 From: Chen-Pang He Date: Sun, 21 Jul 2013 05:40:56 +0800 Subject: [PATCH] Fix doc. (It is also used by computeFracPower) --- unsupported/Eigen/src/MatrixFunctions/MatrixPower.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */