Click or drag to resize

NMathFunctionsToGeneralMatrix(DoubleHermitianMatrix) Method

Converts a symmetric matrix to a general matrix.

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

Parameters

A  DoubleHermitianMatrix
A symmetric matrix.

Return Value

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