Click or drag to resize

NMathFunctionsTransposeProduct(DoubleCsrSparseMatrix) 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 DoubleSymCsrSparseMatrix TransposeProduct(
	DoubleCsrSparseMatrix A
)

Parameters

A  DoubleCsrSparseMatrix
A sparse matrix in CSR format.

Return Value

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