Click or drag to resize

FloatComplexEigDecomp(FloatComplexMatrix) Constructor

Construct a FloatComplexEigDecomp instance for the given matrix.

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

Parameters

A  FloatComplexMatrix
A square matrix.
Exceptions
ExceptionCondition
MatrixNotSquareException Thrown if the matrix A is not square.
Remarks
All eigenvalues and right and left eigenvectors are computed after preliminary balancing.
See Also