Click or drag to resize

FloatHermitianEigDecompServerFactor(FloatComplexMatrix) Method

Computes an eigenvalue decomposition for the given symmetric matrix.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public FloatHermitianEigDecomp Factor(
	FloatComplexMatrix A
)

Parameters

A  FloatComplexMatrix
A symmetric matrix.

Return Value

FloatHermitianEigDecomp
An eigenvalue decomposition computed according to the settings of this server.
Exceptions
ExceptionCondition
MatrixNotSquareExceptionThrown if the matrix A is not square.
See Also