aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2010-06-02 13:32:13 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2010-06-02 13:32:13 +0200
commit8710bd23e7a3727af31e539bfbe039ab3d07fedd (patch)
tree8dde9afe6b76d165b138d3061857e39582e2c1d5 /doc
parent143e6ab9d0a86407763e3608ef60f8c9c69a33fd (diff)
clean the ambiguity with insertBack and add a insertBackByOuterInner function
Diffstat (limited to 'doc')
-rw-r--r--doc/C07_TutorialSparse.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/C07_TutorialSparse.dox b/doc/C07_TutorialSparse.dox
index ae96d77c4..ee8a1a100 100644
--- a/doc/C07_TutorialSparse.dox
+++ b/doc/C07_TutorialSparse.dox
@@ -183,7 +183,7 @@ for(int j=0; j<1000; ++j)
}
mat.finalize(); // optional for a DynamicSparseMatrix
\endcode
-
+Note that there also exist the insertBackByOuterInner(Index outer, Index, inner) function which allows to write code agnostic to the storage order.
\section TutorialSparseFeatureSet Supported operators and functions