![]() | Float |
Name | Description | |
---|---|---|
![]() ![]() | Add(FloatComplexCsrSparseMatrix, FloatComplexCsrSparseMatrix) | Compute the sum of two sparse matrices. Performs the operation C = A + B, where C[i,j] = A[i,j] + B[i,j]. |
![]() ![]() | Add(FloatComplexCsrSparseMatrix, FloatComplexCsrSparseMatrix, FloatComplex) | Computes the some of a 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]. |