Click or drag to resize

NMathFunctionsToGeneralMatrix(FloatHermitianMatrix) Method

Converts a symmetric matrix to a general matrix.

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

Parameters

A  FloatHermitianMatrix
A symmetric matrix.

Return Value

FloatComplexMatrix
A new general matrix containing the values of the symmetric matrix.
See Also