Click or drag to resize

DoubleHermitianEigDecomp(DoubleComplexMatrix) Constructor

Construct a DoubleHermitianEigDecomp instance for the given Hermitian matrix.

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

Parameters

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