Matrix inner product of two sparse matrices in compressed row (CSR) format. Result is a sparse matrix in CSR format.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

Parameters

A
Type: CenterSpace.NMath.Matrix..::.DoubleComplexCsrSparseMatrix
A sparse matrix in CSR format.
B
Type: CenterSpace.NMath.Matrix..::.DoubleComplexCsrSparseMatrix
A sparse matrix in CSR format.

Return Value

The matrix inner product of A and B in CSR format.

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.MismatchedSizeExceptionThrown if the number of columns in A is not equal to the number of rows in B.

See Also