Click or drag to resize

NMathFunctionsTransposeProduct(FloatCsrSparseMatrix) Method

Matrix inner product of the transpose of a sparse matrix in compressed row (CSR) format with itself. Result is a symmetric sparse matrix in CSR format.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static FloatSymCsrSparseMatrix TransposeProduct(
	FloatCsrSparseMatrix A
)

Parameters

A  FloatCsrSparseMatrix
A sparse matrix in CSR format.

Return Value

FloatSymCsrSparseMatrix
The matrix inner product of AT and A in CSR format.
See Also