Click or drag to resize

DoubleSymEigDecompServerFactor(DoubleSymmetricMatrix) Method

Computes an eigenvalue decomposition for the given symmetric matrix.

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

Parameters

A  DoubleSymmetricMatrix
A square matrix.

Return Value

DoubleSymEigDecomp
An eigenvalue decomposition computed according to the settings of this server.
See Also