![]() | Float |
Name | Description | |
---|---|---|
![]() ![]() | TransposeAdd(FloatCsrSparseMatrix, FloatCsrSparseMatrix) | 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(FloatCsrSparseMatrix, FloatCsrSparseMatrix, Single) | 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]. |