Click or drag to resize

FloatCsrSparseMatrixTransposeAdd Method

Overload List
 NameDescription
Public methodStatic memberTransposeAdd(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].
Public methodStatic memberTransposeAdd(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].
Top
See Also