mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
Fix doc. (It is also used by computeFracPower)
This commit is contained in:
parent
51573da3a4
commit
c00f688c64
@ -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. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user