Overload List

  NameDescription
Add(DoubleHermCsrSparseMatrix, DoubleHermCsrSparseMatrix)
Compute the sum of two Hermitian sparse matrices. Performs the operation C = A + B, where C[i,j] = A[i,j] + B[i,j].
Add(DoubleHermCsrSparseMatrix, DoubleHermCsrSparseMatrix, DoubleComplex)
Computes the some of a Hermitian sparse matrix with the scalar multiple of another. Performs the operation C = A + beta*B where C[i,j] = A[i,j] + beta*B[i,j].

See Also