Namespaces | |
helpers | |
Classes | |
struct | Bern |
struct | bezier_curve |
class | SplineOptimizer |
Mosek connection to produce optimized splines. More... | |
Functions | |
unsigned int | fact (const unsigned int n) |
Computes factorial of a number. More... | |
unsigned int | bin (const unsigned int n, const unsigned int k) |
Computes a binomal coefficient. More... | |
template<typename Numeric > | |
std::vector< Bern< Numeric > > | makeBernstein (const unsigned int n) |
Computes all Bernstein polynomes for a certain degree. More... | |
unsigned int spline::bin | ( | const unsigned int | n, |
const unsigned int | k | ||
) |
Computes a binomal coefficient.
unsigned int spline::fact | ( | const unsigned int | n | ) |
Computes factorial of a number.