From 4020d4286f0e4b40decbe825ffb2e8482daac85f Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 4 Jul 2013 06:49:24 +0200 Subject: Fix bug in sparse documentation. --- doc/TutorialSparse.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/TutorialSparse.dox') 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. -- cgit v1.2.3