SLAMflex SE  0.1.0
SLAMflex provides detection and tracking of dominant planes for smartphone devices. This plane can then be used to show AR content relative to the plane orientation. The detection of plane is performed in the field of view of the smartphone camera. In subsequent frames it is tracked. The interface returns the plane position and orientation.
Classes | Namespaces | Variables
SymEigen.h File Reference
#include <iostream>
#include <cassert>
#include <cmath>
#include <complex>
#include "lapack.h"
#include "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 >
 
class  TooN::SymEigen< Size, Precision >
 

Namespaces

 TooN
 Everything lives inside this 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. More...