Click or drag to resize

FloatSymEigDecompServerFactor(FloatMatrix) Method

Computes an eigenvalue decomposition for the given symmetric matrix.

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

Parameters

A  FloatMatrix
A symmetric matrix.

Return Value

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