The DoubleSymCsrSparseMatrix type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Clone |
Returns a deep copy of self.
(Overrides DoubleCsrSparseMatrix..::.Clone()()().) | |
| Equals | Overloaded. | |
| 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
| Name | Description | |
|---|---|---|
| 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.
|