Float |
The FloatCsrSparseMatrix type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(FloatCsrSparseMatrix, FloatCsrSparseMatrix) | Adds two sparse matrices. | |
| Division(FloatCsrSparseMatrix, Single) | Divides a sparse matrix by a scalar. | |
| Equality(FloatCsrSparseMatrix, FloatCsrSparseMatrix) | Equality operator for sparse matrices in compressed row (CSR) format. | |
| Inequality(FloatCsrSparseMatrix, FloatCsrSparseMatrix) | Not equals operator for sparse matrices in compressed row (CSR) format. | |
| Multiply(FloatCsrSparseMatrix, Single) | Multiply a scalar and a sparse matrix. | |
| Multiply(Single, FloatCsrSparseMatrix) | Multiply a scalar and a sparse matrix. | |
| Subtraction(FloatCsrSparseMatrix, FloatCsrSparseMatrix) | Subtracts two sparse matrices. |