Click or drag to resize

DoubleComplexEigDecompServerFactor Method

Computes an eigenvalue decomposition for the given square matrix.

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

Parameters

A  DoubleComplexMatrix
A square matrix.

Return Value

DoubleComplexEigDecomp
An eigenvalue decomposition computed according to the settings of this server.
Exceptions
ExceptionCondition
MatrixNotSquareExceptionThrown if the matrix A is not square.
See Also