Click or drag to resize

FloatEigDecomp(FloatMatrix) Constructor

Construct a FloatEigDecomp instance for the given matrix.

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

Parameters

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