From dbefd7aafbe1f245ac9edc3c88444a19ef2d7367 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Mon, 28 Jun 2010 13:30:10 +0200 Subject: * update redux section * fix output precision to 3 for the snippets --- doc/QuickReference.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/QuickReference.dox') diff --git a/doc/QuickReference.dox b/doc/QuickReference.dox index fd08a4be0..e24c4f00f 100644 --- a/doc/QuickReference.dox +++ b/doc/QuickReference.dox @@ -35,6 +35,7 @@ namespace Eigen { top \section QuickRef_Types Array, matrix and vector types + \b Recall: Eigen provides two kinds of dense objects: mathematical matrices and vectors which are both represented by the template class Matrix, and general 1D and 2D arrays represented by the template class Array: \code typedef Matrix MyMatrixType; @@ -87,7 +88,6 @@ In the rest of this document we will use the following symbols to emphasize the \li \matrixworld linear algebra matrix and vector only \li \arrayworld array objects only - \subsection QuickRef_Basics Basic matrix manipulation @@ -371,7 +371,7 @@ Coefficient-wise operators for matrices and vectors:
\code mat1.cwiseMin(mat2) mat1.cwiseMax(mat2) -mat1.cwiseAbs2() +mat1.cwiseAbs2() mat1.cwiseAbs() mat1.cwiseSqrt() mat1.cwiseProduct(mat2) -- cgit v1.2.3