Click or drag to resize

FloatHermCsrSparseMatrixToGeneralMatrix Method

Converts this Hermitian sparse matrix to a general sparse matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatComplexCsrSparseMatrix ToGeneralMatrix()

Return Value

FloatComplexCsrSparseMatrix
A new sparse matrix containing the values of this sparse matrix.
See Also