Click or drag to resize

FloatSymEigDecompFactor(FloatSymmetricMatrix) Method

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

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

Parameters

A  FloatSymmetricMatrix
A symmetric matrix.
Remarks
All eigenvalues and eigenvectors are computed.
See Also