Click or drag to resize

NMathFunctionsToGeneralMatrix(DoubleHermCsrSparseMatrix) 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 DoubleComplexCsrSparseMatrix ToGeneralMatrix(
	DoubleHermCsrSparseMatrix A
)

Parameters

A  DoubleHermCsrSparseMatrix
A Hermitian matrix.

Return Value

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