Click or drag to resize

FloatHermCsrSparseMatrix Operators

The FloatHermCsrSparseMatrix type exposes the following members.

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