mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 03:39:01 +08:00
Fix bug in sparse documentation.
This commit is contained in:
parent
155fa0ca83
commit
4020d4286f
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user