#include <iostream>#include <cassert>#include <cmath>#include <complex>#include <TooN/lapack.h>#include <TooN/TooN.h>
Go to the source code of this file.
Classes | |
| struct | TooN::Internal::ComputeSymEigen< Size > |
| struct | TooN::Internal::ComputeSymEigen< 2 > |
| struct | TooN::Internal::ComputeSymEigen< 3 > |
| Compute 3x3 eigensystems Helper struct for computing eigensystems, specialized on 3x3 matrices. More... | |
| class | TooN::SymEigen< Size, Precision > |
Namespaces | |
| namespace | TooN |
Everything lives inside this namespace. | |
| namespace | TooN::Internal |
Variables | |
| static const double | TooN::root3 = 1.73205080756887729352744634150587236694280525381038062805580 |
| static const double | TooN::Internal::symeigen_condition_no = 1e9 |
| Default condition number for SymEigen::backsub, SymEigen::get_pinv and SymEigen::get_inv_diag. | |