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.2.419.0 (24.2.419.0)
Syntax public EigenDecomposition EigenDecomposition()
Public Function EigenDecomposition As EigenDecomposition
public:
EigenDecomposition^ EigenDecomposition()
member EigenDecomposition : unit -> EigenDecomposition
Return Value
Type:
EigenDecompositionThe eigenvectors and eigenvalues.
See Also