aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/SparseCore/SparseSelfAdjointView.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-06-07 16:18:00 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-06-07 16:18:00 +0200
commit63c6ab3e423fc3545d92b6091429420f925b0035 (patch)
treee1e6f02ff62cc654750e5c06da11855990b1028f /Eigen/src/SparseCore/SparseSelfAdjointView.h
parentc1edb7fd95a30382c8a9ac46a913da5fe9ccff21 (diff)
fix documentaion of twistedBy
Diffstat (limited to 'Eigen/src/SparseCore/SparseSelfAdjointView.h')
-rw-r--r--Eigen/src/SparseCore/SparseSelfAdjointView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/SparseCore/SparseSelfAdjointView.h b/Eigen/src/SparseCore/SparseSelfAdjointView.h
index fc23b24d6..c925a894d 100644
--- a/Eigen/src/SparseCore/SparseSelfAdjointView.h
+++ b/Eigen/src/SparseCore/SparseSelfAdjointView.h
@@ -125,7 +125,7 @@ template<typename MatrixType, unsigned int UpLo> class SparseSelfAdjointView
_dest = tmp;
}
- /** \returns an expression of P^-1 H P */
+ /** \returns an expression of P H P^-1 */
SparseSymmetricPermutationProduct<_MatrixTypeNested,UpLo> twistedBy(const PermutationMatrix<Dynamic,Dynamic,Index>& perm) const
{
return SparseSymmetricPermutationProduct<_MatrixTypeNested,UpLo>(m_matrix, perm);