Overload List

  NameDescription
DoubleHermCsrSparseMatrix()()()
Constructs an empty DoubleHermCsrSparseMatrix instance.
DoubleHermCsrSparseMatrix(CompressedSparseRow<(Of <(DoubleComplex>)>))
Constructs a DoubleHermCsrSparseMatrix instance with the given data. Only the upper triangular part of the data will be referenced.
DoubleHermCsrSparseMatrix(IDictionary<(Of <(IntPair, DoubleComplex>)>), Int32)
Constructs a DoubleHermCsrSparseMatrix instance from the given coordinate map format. Only the upper triangular, column greater than or equal to row, values will be referenced.

See Also