The DoubleHermCsrSparseMatrix type exposes the following members.

Methods

  NameDescription
AddOverloaded.
Clone
Returns a deep copy of self.
(Overrides DoubleComplexCsrSparseMatrix..::.Clone()()().)
EqualsOverloaded.
GetHashCode
Gets the hash code for this DoubleHermCsrSparseMatrix instance.
(Overrides DoubleComplexCsrSparseMatrix..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Scale
Scales each element in the matrix by the specified value.
ToString
Returns a string representation of self.
(Inherited from SparseMatrixData<(Of <(Storage, Type>)>).)

Operators

  NameDescription
Addition
Adds two Hermitian sparse matrices.
Equality
Equality operator for Hermitian sparse matrices in compressed row (CSR) format.
Inequality
Not equals operator for Hermitian sparse matrices in compressed row (CSR) format.
Multiply
Multiply a scalar and a Hermitian sparse matrix.
Subtraction
Subtracts two Hermitian sparse matrices.

See Also