Click or drag to resize

DoubleComplexEigDecomp(DoubleComplexMatrix) Constructor

Construct a DoubleComplexEigDecomp instance for the given matrix.

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

Parameters

A  DoubleComplexMatrix
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