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