Click or drag to resize

FloatSymCsrSparseMatrix Constructor

Overload List
 NameDescription
Public methodFloatSymCsrSparseMatrix Constructs an empty FloatSymCsrSparseMatrix instance.
Public methodFloatSymCsrSparseMatrix(CompressedSparseRowSingle) Constructs a FloatSymCsrSparseMatrix instance with the given data. Only the upper triangular part of the data will be referenced.
Public methodFloatSymCsrSparseMatrix(IDictionaryIntPair, Single, Int32) Constructs a FloatSymCsrSparseMatrix instance from the given coordinate map format. Only the upper triangular, column greater than or equal to row, values will be referenced.
Top
See Also