Click or drag to resize

FloatHermitianEigDecomp(FloatComplexMatrix) Constructor

Construct a FloatHermitianEigDecomp instance for the given Hermitian matrix.

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

Parameters

A  FloatComplexMatrix
A square Hermitian matrix.
Exceptions
ExceptionCondition
MatrixNotSquareException Thrown if the matrix A is not square.
Remarks
Both eigenvalues and eigenvectors are computed.
See Also