Developer documentation

mmx::bernstein Namespace Reference

Classes

struct  binomials
 
struct  bzenv
 
struct  eenv
 
struct  eenv_base
 

Functions

template<typename T >
binomial (int n, int i)
 
std::ostream & operator<< (std::ostream &out, const eenv &env)
 
template<class VECTOR1 , class VECTOR2 >
void diff (VECTOR1 &res, const VECTOR2 &pol)
 
template<class VECTOR , class C >
C eval (const VECTOR &pol, const C &U, const C &V, const C &x)
 

Function Documentation

template<typename T >
T mmx::bernstein::binomial ( int  n,
int  i 
)
template<class VECTOR1 , class VECTOR2 >
void mmx::bernstein::diff ( VECTOR1 &  res,
const VECTOR2 &  pol 
)
template<class VECTOR , class C >
C mmx::bernstein::eval ( const VECTOR &  pol,
const C U,
const C V,
const C x 
)
std::ostream& mmx::bernstein::operator<< ( std::ostream &  out,
const eenv env 
)
inline
Home