Fix bug in sparse documentation.

(transplanted from 4020d4286f0e4b40decbe825ffb2e8482daac85f
)
This commit is contained in:
Gael Guennebaud 2013-07-04 06:49:24 +02:00
parent a6fbf2c202
commit b18f9427a8

View File

@ -130,7 +130,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 SparseMatrix and SparseVector classes take three template arguments:
* the scalar type (e.g., double) * 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). * the inner index type (default is \c int).
As for dense Matrix objects, constructors takes the size of the object. As for dense Matrix objects, constructors takes the size of the object.