Click or drag to resize

NMathFunctionsDenseProduct Method

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