Click or drag to resize

FloatCsrSparseMatrix Operators

The FloatCsrSparseMatrix type exposes the following members.

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