![]() |
• Math Library | ||||||
|
API Links
Developer Links
|
Math::CalculateEigensystemDefined in:
Calculates eigenvalues and eigenvectors for a 3 × 3 symmetric matrix.
C4Computation.hPrototype
Parameters
Description
The CalculateEigensystem function calculates eigenvalues and eigenvectors of the 3 × 3 symmetric matrix given by the m parameter. The three eigenvalues are returned in the three components of the Vector3D object pointed to by the eigenvalue parameter, and the three eigenvectors are returned in the columns of the Matrix3D object pointed to by the eigenvector parameter. The first, second, and third columns of the eigenvector matrix correspond to the x, y, and z coordinates of the eigenvalue vector, respectively.
|