aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/QuickStartGuide.dox
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-09-09 09:30:23 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-09-09 09:30:23 +0000
commit703539110b5c26f01ac37fe6114afdbb5c3c6c99 (patch)
tree16be3c0fbdab00bcfa895799f1f73b5015afb30a /doc/QuickStartGuide.dox
parentc41ceee7508965a9f571e6b67f3e396943c6376c (diff)
add the missing templated version of block for sub-vectors
Diffstat (limited to 'doc/QuickStartGuide.dox')
-rw-r--r--doc/QuickStartGuide.dox2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/QuickStartGuide.dox b/doc/QuickStartGuide.dox
index 8d1799fdd..d55e07856 100644
--- a/doc/QuickStartGuide.dox
+++ b/doc/QuickStartGuide.dox
@@ -351,6 +351,8 @@ mat = 2 7 8
\endcode</td></tr>
</table>
+Also note that maxCoeff and minCoeff can takes optional arguments returning the coordinates of the respective min/max coeff: \link MatrixBase::maxCoeff(int*,int*) const maxCoeff(int* i, int* j) \endlink, \link MatrixBase::minCoeff(int*,int*) const minCoeff(int* i, int* j) \endlink.
+
<span class="note">\b Side \b note: The all() and any() functions are especially useful in combinaison with coeff-wise comparison operators (\ref CwiseAll "example").</span>