Fix typo in PermutationMatrix (doc).

This commit is contained in:
Benjamin Chrétien 2014-08-01 14:41:49 +02:00
parent d79516660c
commit db76193bc7

View File

@ -262,7 +262,7 @@ class PermutationBase : public EigenBase<Derived>
*
* \param SizeAtCompileTime the number of rows/cols, or Dynamic
* \param MaxSizeAtCompileTime the maximum number of rows/cols, or Dynamic. This optional parameter defaults to SizeAtCompileTime. Most of the time, you should not have to specify it.
* \param StorageIndexType the interger type of the indices
* \param StorageIndexType the integer type of the indices
*
* This class represents a permutation matrix, internally stored as a vector of integers.
*