Click or drag to resize

DoubleComplexEigDecompFactorNoPreconditioning Method

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

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

Parameters

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