Developer documentation

mmx::uv_binary_approx Struct Reference

#include <subdivisor_uv_binary.hpp>

Inheritance diagram for mmx::uv_binary_approx:
mmx::uv_binary_isolate

Static Public Member Functions

template<class Cell , class Stack >
static void subdivide (Cell *cl, Stack *stack)
 
template<class Cell >
static bool reduce (Cell *cl)
 
template<class Cell >
static bool regular (Cell *cl)
 

Static Public Attributes

static double m_eps =1e-6
 

Member Function Documentation

template<class Cell >
bool mmx::uv_binary_approx::reduce ( Cell *  cl)
static
template<class Cell >
bool mmx::uv_binary_approx::regular ( Cell *  cl)
static
template<class Cell , class Stack >
void mmx::uv_binary_approx::subdivide ( Cell *  cl,
Stack stack 
)
static

Member Data Documentation

double mmx::uv_binary_approx::m_eps =1e-6
static

The documentation for this struct was generated from the following file:
Home