Click or drag to resize

FloatSymEigDecompFactor(FloatMatrix) 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(
	FloatMatrix A
)

Parameters

A  FloatMatrix
A square symmetric matrix.
Exceptions
ExceptionCondition
MatrixNotSquareExceptionThrown if the matrix A is not square.
Remarks
All eigenvalues and eigenvectors are computed.
See Also