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