Overload List

  NameDescription
CompressedSparseRow<(Of <(T>)>)()()()
No argument constructor. All values initialized to null or 0.
CompressedSparseRow<(Of <(T>)>)(IDictionary<(Of <(IntPair, T>)>), Int32)
Constructs a compressed row storage instance from the given coordinate map format.
CompressedSparseRow<(Of <(T>)>)(IDictionary<(Of <(IntPair, T>)>), Int32, Int32)
Constructs a compressed row storage instance from the given coordinate map format.
CompressedSparseRow<(Of <(T>)>)(Int32, Int32, Int32)
Sizes all arrays to hold the specified number of non-zero values and rows.
CompressedSparseRow<(Of <(T>)>)(array<T>[]()[], array<Int32>[]()[], array<Int32>[]()[], Int32)
Constructs a CompressedSparseRow instance from the given data.

See Also