Classes | |
struct | binomials |
struct | bzenv |
struct | eenv |
struct | eenv_base |
Functions | |
template<typename T > | |
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) |
T mmx::bernstein::binomial | ( | int | n, |
int | i | ||
) |
void mmx::bernstein::diff | ( | VECTOR1 & | res, |
const VECTOR2 & | pol | ||
) |
C mmx::bernstein::eval | ( | const VECTOR & | pol, |
const C & | U, | ||
const C & | V, | ||
const C & | x | ||
) |
|
inline |