Click or drag to resize

FloatHermitianEigDecompFactor(FloatComplexMatrix) Method

Computes all the eigenvalues and eigenvectors for the given square Hermitian matrix.

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

Parameters

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