Open 3D Engine PhysX Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
#include <Eigenanalysis.h>
Public Attributes | |
SolverOutcome | m_outcome = SolverOutcome::Invalid |
Indicates whether the solver completed successfully or failed. | |
AZStd::vector< Eigenpair< Scalar, D > > | m_eigenpairs |
Struct for holding both the result of the eigenanalysis and the qualitative outcome i.e. success or failure. The template parameter defines the dimensions of the eigenvectors.
AZStd::vector<Eigenpair<Scalar, D> > NumericalMethods::Eigenanalysis::SolverResult< Scalar, D >::m_eigenpairs |
A vector of eigenvalue/eigenvector pairs. This vector will contain one entry for each unit-length eigenvector of the input matrix. Their corresponding eigenvalues need not be unique.