doc fixes, and extended Basic Linear Algebra and Reductions sections

This commit is contained in:
Gael Guennebaud
2008-08-20 13:07:46 +00:00
parent db8fbf2b39
commit 8afaeb4ad5
4 changed files with 112 additions and 35 deletions

View File

@@ -11,7 +11,7 @@ namespace Eigen {
* (accessible from MatrixBase::cwise()), including:
* - matrix-scalar sum,
* - coeff-wise comparison operators,
* - sin, cos, sqrt, pow, exp, log, square, cube, reciprocal.
* - sin, cos, sqrt, pow, exp, log, square, cube, inverse (reciprocal).
*
* This module also provides various MatrixBase methods, including:
* - \ref MatrixBase::all() "all", \ref MatrixBase::any() "any",