aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/TutorialSparse.dox
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2013-07-04 06:49:24 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2013-07-04 06:49:24 +0200
commit4020d4286f0e4b40decbe825ffb2e8482daac85f (patch)
tree1b0dd74c6f52a348b7562144c2ee4728bbf84d78 /doc/TutorialSparse.dox
parent155fa0ca83715fca61c175251b0d7bef7344e8dc (diff)
Fix bug in sparse documentation.
Diffstat (limited to 'doc/TutorialSparse.dox')
-rw-r--r--doc/TutorialSparse.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TutorialSparse.dox b/doc/TutorialSparse.dox
index 41bae6b5c..dbfb4a9eb 100644
--- a/doc/TutorialSparse.dox
+++ b/doc/TutorialSparse.dox
@@ -116,7 +116,7 @@ Describing the \a buildProblem and \a save functions is out of the scope of this
The SparseMatrix and SparseVector classes take three template arguments:
* the scalar type (e.g., double)
- * the storage order (ColMajor or RowMajor, the default is RowMajor)
+ * the storage order (ColMajor or RowMajor, the default is ColMajor)
* the inner index type (default is \c int).
As for dense Matrix objects, constructors takes the size of the object.