Click or drag to resize

DoubleHermCsrSparseMatrix Operators

The DoubleHermCsrSparseMatrix type exposes the following members.

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