Click or drag to resize

CompressedSparseRowT Constructor

Overload List
 NameDescription
Public methodCompressedSparseRowT No argument constructor. All values initialized to null or 0.
Public methodCompressedSparseRowT(IDictionaryIntPair, T, Int32) Constructs a compressed row storage instance from the given coordinate map format.
Public methodCompressedSparseRowT(IDictionaryIntPair, T, Int32, Int32) Constructs a compressed row storage instance from the given coordinate map format.
Public methodCompressedSparseRowT(Int32, Int32, Int32) Sizes all arrays to hold the specified number of non-zero values and rows.
Public methodCompressedSparseRowT(T, Int32, Int32, Int32) Constructs a CompressedSparseRow instance from the given data.
Top
See Also