Click or drag to resize

FloatSymEigDecomp(FloatMatrix) Constructor

Construct a FloatSymEigDecomp instance for the given symmetric matrix.

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

Parameters

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