Compute 3x3 eigensystems Helper struct for computing eigensystems, specialized on 3x3 matrices. More...
#include <SymEigen.h>
Static Public Member Functions | |
template<typename P , typename B > | |
static void | compute (const Matrix< 3, 3, P, B > &m, Matrix< 3, 3, P > &eig, Vector< 3, P > &ev) |
Compute 3x3 eigensystems Helper struct for computing eigensystems, specialized on 3x3 matrices.
Definition at line 134 of file SymEigen.h.
static void TooN::Internal::ComputeSymEigen< 3 >::compute | ( | const Matrix< 3, 3, P, B > & | m, | |
Matrix< 3, 3, P > & | eig, | |||
Vector< 3, P > & | ev | |||
) | [inline, static] |
Need A,B = cubert(alpha +- beta) Turn in to r, theta r^(1/3) * e^(i * theta/3)
Definition at line 142 of file SymEigen.h.