From 9fa54d4cc9463be49a134856abec4864c8e39c41 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Tue, 19 Oct 2010 08:42:49 -0400 Subject: move tables from class "tutorial_code" to "example" also remove a align="center" in the Aliasing page -- it doesn't make sense to have 1 centered table page when all others are left aligned. --- doc/QuickReference.dox | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'doc/QuickReference.dox') diff --git a/doc/QuickReference.dox b/doc/QuickReference.dox index 467899fb5..70aede0b3 100644 --- a/doc/QuickReference.dox +++ b/doc/QuickReference.dox @@ -62,7 +62,8 @@ Matrix // Fully fixed (static allocation) In most cases, you can simply use one of the convenience typedefs for \ref matrixtypedefs "matrices" and \ref arraytypedefs "arrays". Some examples: - +
+ \subsection QuickRef_Diagonal Diagonal matrices -
MatricesArrays
\code Matrix <=> MatrixXf Matrix <=> VectorXd @@ -537,7 +538,8 @@ Read-write access to sub-matrices:
+
+
OperationCode
view a vector \link MatrixBase::asDiagonal() as a diagonal matrix \endlink \n \code mat1 = vec1.asDiagonal();\endcode @@ -572,7 +574,8 @@ mat3 = mat1 * diag1.inverse() TriangularView gives a view on a triangular part of a dense matrix and allows to perform optimized operations on it. The opposite triangular part is never referenced and can be used to store other information. - +
+
OperationCode
Reference to a triangular with optional \n unit or null diagonal (read/write): @@ -615,7 +618,8 @@ Just as for triangular matrix, you can reference any triangular part of a square matrix and perform special and optimized operations. Again the opposite triangular part is never referenced and can be used to store other information. - +
+
OperationCode
Conversion to a dense matrix: \code -- cgit v1.2.3