#include <GteSymmetricEigensolver3x3.h>
|
int | operator() (Real a00, Real a01, Real a02, Real a11, Real a12, Real a22, bool aggressive, int sortType, std::array< Real, 3 > &eval, std::array< std::array< Real, 3 >, 3 > &evec) const |
|
|
bool | Converged (bool aggressive, Real bDiag0, Real bDiag1, Real bSuper) const |
|
void | GetCosSin (Real u, Real v, Real &cs, Real &sn) const |
|
bool | Sort (std::array< Real, 3 > const &d, int &i0, int &i1, int &i2) const |
|
void | Update0 (Real Q[3][3], Real c, Real s) const |
|
void | Update1 (Real Q[3][3], Real c, Real s) const |
|
void | Update2 (Real Q[3][3], Real c, Real s) const |
|
void | Update3 (Real Q[3][3], Real c, Real s) const |
|
template<typename Real>
class gte::SymmetricEigensolver3x3< Real >
Definition at line 27 of file GteSymmetricEigensolver3x3.h.
template<typename Real >
int gte::SymmetricEigensolver3x3< Real >::operator() |
( |
Real |
a00, |
|
|
Real |
a01, |
|
|
Real |
a02, |
|
|
Real |
a11, |
|
|
Real |
a12, |
|
|
Real |
a22, |
|
|
bool |
aggressive, |
|
|
int |
sortType, |
|
|
std::array< Real, 3 > & |
eval, |
|
|
std::array< std::array< Real, 3 >, 3 > & |
evec |
|
) |
| const |
The documentation for this class was generated from the following file: