Click or drag to resize

DoubleCsrSparseMatrix Operators

The DoubleCsrSparseMatrix type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(DoubleCsrSparseMatrix, DoubleCsrSparseMatrix) Adds two sparse matrices.
Public operatorStatic memberDivision(DoubleCsrSparseMatrix, Double) Divides a sparse matrix by a scalar.
Public operatorStatic memberEquality(DoubleCsrSparseMatrix, DoubleCsrSparseMatrix) Equality operator for sparse matrices in compressed row (CSR) format.
Public operatorStatic memberInequality(DoubleCsrSparseMatrix, DoubleCsrSparseMatrix) Not equals operator for sparse matrices in compressed row (CSR) format.
Public operatorStatic memberMultiply(Double, DoubleCsrSparseMatrix) Multiply a scalar and a sparse matrix.
Public operatorStatic memberMultiply(DoubleCsrSparseMatrix, Double) Multiply a scalar and a sparse matrix.
Public operatorStatic memberSubtraction(DoubleCsrSparseMatrix, DoubleCsrSparseMatrix) Subtracts two sparse matrices.
Top
See Also