spline Namespace Reference

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...
 

Function Documentation

◆ bin()

unsigned int spline::bin ( const unsigned int  n,
const unsigned int  k 
)

Computes a binomal coefficient.

◆ fact()

unsigned int spline::fact ( const unsigned int  n)

Computes factorial of a number.

◆ makeBernstein()

template<typename Numeric >
std::vector<Bern<Numeric> > spline::makeBernstein ( const unsigned int  n)

Computes all Bernstein polynomes for a certain degree.