Click or drag to resize

Matrix3By3SymmetricEigenDecomposition Method

Determines the eigenvectors and eigenvalues of the matrix. The eigenvalues appear in ascending order (smallest to largest) down the diagonal of the Values matrix.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public EigenDecomposition EigenDecomposition()

Return Value

Type: EigenDecomposition
The eigenvectors and eigenvalues.
See Also