The DoubleSymCsrSparseMatrix type exposes the following members.

Methods

  NameDescription
AddOverloaded.
Clone
Returns a deep copy of self.
(Overrides DoubleCsrSparseMatrix..::.Clone()()().)
EqualsOverloaded.
GetHashCode
Gets the hash code for this DoubleSymCsrSparseMatrix instance.
(Overrides DoubleCsrSparseMatrix..::.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 symmetric sparse matrices.
Equality
Equality operator for symmetric sparse matrices in compressed row (CSR) format.
Inequality
Not equals operator for symmetric sparse matrices in compressed row (CSR) format.
Multiply
Multiply a scalar and a symmetric sparse matrix.
Subtraction
Subtracts two symmetric sparse matrices.

See Also