Click or drag to resize

NMathFunctionsDenseTransposeProduct Method

Overload List
 NameDescription
Public methodStatic memberDenseTransposeProduct(DoubleComplexCsrSparseMatrix, DoubleComplexCsrSparseMatrix) Matrix transpose inner product of two sparse matrices in compressed row (CSR) format. The result is a dense matrix.
Public methodStatic memberDenseTransposeProduct(DoubleCsrSparseMatrix, DoubleCsrSparseMatrix) Matrix transpose inner product of two sparse matrices in compressed row (CSR) format. The result is a dense matrix.
Public methodStatic memberDenseTransposeProduct(FloatComplexCsrSparseMatrix, FloatComplexCsrSparseMatrix) Matrix transpose inner product of two sparse matrices in compressed row (CSR) format. The result is a dense matrix.
Public methodStatic memberDenseTransposeProduct(FloatCsrSparseMatrix, FloatCsrSparseMatrix) Matrix transpose inner product of two sparse matrices in compressed row (CSR) format. The result is a dense matrix.
Top
See Also