fixing a lot of typos

This commit is contained in:
Frédéric Chapoton
2024-07-30 22:15:49 +00:00
committed by Charles Schlosser
parent c29c800126
commit 6331da95eb
43 changed files with 73 additions and 74 deletions

View File

@@ -170,7 +170,7 @@ class PermutationBase : public EigenBase<Derived> {
* \note \blank \note_try_to_help_rvo
*/
inline InverseReturnType inverse() const { return InverseReturnType(derived()); }
/** \returns the tranpose permutation matrix.
/** \returns the transpose permutation matrix.
*
* \note \blank \note_try_to_help_rvo
*/