fix documentaion of twistedBy

This commit is contained in:
Gael Guennebaud
2012-06-07 16:18:00 +02:00
parent c1edb7fd95
commit 63c6ab3e42
2 changed files with 2 additions and 2 deletions

View File

@@ -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);