Click or drag to resize

NMathFunctionsToGeneralMatrix(FloatHermCsrSparseMatrix) Method

Converts a sparse Hermitian 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 FloatComplexCsrSparseMatrix ToGeneralMatrix(
	FloatHermCsrSparseMatrix A
)

Parameters

A  FloatHermCsrSparseMatrix
A Hermitian matrix.

Return Value

FloatComplexCsrSparseMatrix
A new general sparse matrix in CSR format containing the values of the Hermitian matrix.
See Also