From b202c5ed2f3c4fac09c76e34ea728377a79fa15d Mon Sep 17 00:00:00 2001 From: Desire NUENTSA Date: Fri, 25 May 2012 18:02:38 +0200 Subject: The sparse quick reference guide is not ready --- doc/SparseQuickReference.dox | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'doc/SparseQuickReference.dox') diff --git a/doc/SparseQuickReference.dox b/doc/SparseQuickReference.dox index d45ec2768..7b86e50d3 100644 --- a/doc/SparseQuickReference.dox +++ b/doc/SparseQuickReference.dox @@ -193,17 +193,6 @@ The following functions are useful to extract a block of rows (resp. columns) fr sm2 = sm1.selfadjointview(); // Build a selfadjoint matrix from the lower part of sm1. \endcode -\section Uncategorized Miscellaneous -??? Internal low-level functions to insert the values in the matrix ??? -\code - // Start a new inner column (resp. row) for a row major (resp. column major) - sm1.startVec(k); - // Insert the element v_ij assuming the nonzero does not already exist and that the new coefficient is the last one according to the storage order. - sm1.insertBack(i, j) = v; - sm1.insertBackByOuterInner(i, j) = v; - sm1.insertBackByOuterInnerUnordered() - sm1.finalize(); // Finalize a low level insertion of values -\endcode */ } \ No newline at end of file -- cgit v1.2.3