improvements in pages 5 and 7 of the tutorial.

This commit is contained in:
Benoit Jacob
2010-10-18 09:09:30 -04:00
parent 1c15a6d96f
commit 3404d5fb14
4 changed files with 46 additions and 35 deletions

View File

@@ -170,7 +170,7 @@ struct ei_lpNorm_selector<Derived, Infinity>
};
/** \returns the \f$ \ell^p \f$ norm of *this, that is, returns the p-th root of the sum of the p-th powers of the absolute values
* of the coefficients of *this. If \a p is the special value \a Eigen::Infinity, this function returns the \f$ \ell^p\infty \f$
* of the coefficients of *this. If \a p is the special value \a Eigen::Infinity, this function returns the \f$ \ell^\infty \f$
* norm, that is the maximum of the absolute values of the coefficients of *this.
*
* \sa norm()