Overload List
| Name | Description | |
|---|---|---|
| TransposeAdd(DoubleCsrSparseMatrix, DoubleCsrSparseMatrix) |
Computes the sum of the transpose of one sparse matrix with another sparse matrix.
Performs the operation C = A' + B, where ' denotes transpose and
C[i,j] = A[j,i] + B[i,j].
| |
| TransposeAdd(DoubleCsrSparseMatrix, DoubleCsrSparseMatrix, Double) |
Computes the sum of the transpose of one sparse matrix with a scalar multiple another sparse matrix.
Performs the operation C = A' + beta*B, where ' denotes transpose and
C[i,j] = A[j,i] + B[i,j].
|