Click or drag to resize

NMathFunctionsToGeneralMatrix(DoubleSymCsrSparseMatrix) Method

Converts a sparse symmetric matrix in compressed row (CSR) to a general sparse matrix in CSR format.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static DoubleCsrSparseMatrix ToGeneralMatrix(
	DoubleSymCsrSparseMatrix A
)

Parameters

A  DoubleSymCsrSparseMatrix
A symmetric matrix.

Return Value

DoubleCsrSparseMatrix
A new general sparse matrix in CSR format containing the values of the symmetric matrix.
See Also