The DoubleCsrSparseMatrix type exposes the following members.

Constructors

  NameDescription
DoubleCsrSparseMatrixOverloaded.

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.

Properties

  NameDescription
Cols
Gets the number of columns in the matrix.
(Inherited from SparseMatrixData<(Of <(Storage, Type>)>).)
Data
Gets and sets the formatted data for the matrix.
(Inherited from SparseMatrixData<(Of <(Storage, Type>)>).)
Item
Gets and sets the value at the given matrix position.
(Inherited from SparseMatrixData<(Of <(Storage, Type>)>).)
Rows
Gets the number of rows in the matrix.
(Inherited from SparseMatrixData<(Of <(Storage, Type>)>).)

See Also