The DoubleCsrSparseMatrix type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DoubleCsrSparseMatrix | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Add | Overloaded. | |
| Clone |
Creates a deep copy of self.
| |
| Divide |
Divides a sparse matrix by a scalar.
| |
| Equals | Overloaded. | |
| 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.) | |
| Multiply | Overloaded. | |
| 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>)>).) | |
| TransposeAdd | Overloaded. |
Operators
| Name | Description | |
|---|---|---|
| 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.
| |
| Multiply | Overloaded. | |
| Subtraction |
Subtracts two sparse matrices.
|
Properties
| Name | Description | |
|---|---|---|
| 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>)>).) |