Click or drag to resize

FloatSymCsrSparseMatrix Operators

The FloatSymCsrSparseMatrix type exposes the following members.

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