The DoubleCsrSparseMatrix type exposes the following members.

Methods

  NameDescription
AddOverloaded.
Clone
Creates a deep copy of self.
Divide
Divides a sparse matrix by a scalar.
EqualsOverloaded.
GetHashCode
Gets the hash code for this instance.
(Overrides SparseMatrixData<(Of <(Storage, Type>)>)..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MultiplyOverloaded.
Scale
Scales each element in the matrix by the specified value.
Subtract
Subtracts two sparse matrices.
ToString
Returns a string representation of self.
(Inherited from SparseMatrixData<(Of <(Storage, Type>)>).)
TransposeAddOverloaded.

Operators

  NameDescription
Addition
Adds two sparse matrices.
Division
Divides a sparse matrix by a scalar.
Equality
Equality operator for sparse matrices in compressed row (CSR) format.
Inequality
Not equals operator for sparse matrices in compressed row (CSR) format.
MultiplyOverloaded.
Subtraction
Subtracts two sparse matrices.

See Also