Click or drag to resize

DoubleSymCsrSparseMatrixAdd Method

Overload List
 NameDescription
Public methodStatic memberAdd(DoubleSymCsrSparseMatrix, DoubleSymCsrSparseMatrix) Compute the sum of two symmetric sparse matrices. Performs the operation C = A + B, where C[i,j] = A[i,j] + B[i,j].
Public methodStatic memberAdd(DoubleSymCsrSparseMatrix, DoubleSymCsrSparseMatrix, Double) Computes the some of a symmetric 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].
Top
See Also