Overload List
| Name | Description | |
|---|---|---|
| SparseMatrixData<(Of <(Storage, Type>)>)()()() |
Constructs an empty SparseMatrixData instance.
| |
| SparseMatrixData<(Of <(Storage, Type>)>)(Storage) |
Constructs a SparseMatrixData instance with the given data.
| |
| SparseMatrixData<(Of <(Storage, Type>)>)(IDictionary<(Of <(IntPair, Type>)>), Int32) |
Constructs a SparseMatrixData instance from the given coordinate
map format.
| |
| SparseMatrixData<(Of <(Storage, Type>)>)(IDictionary<(Of <(IntPair, Type>)>), Int32, Int32) |
Constructs a SparseMatrixData instance from the given coordinate
map format.
|