BSpline.h File Reference

Function to perform a B-spline interpolation. More...

Namespaces

namespace  OFELI
 A namespace to group all library classes, functions, ...
 

Functions

void BSpline (size_t n, size_t t, Vect< Point< real_t > > &control, Vect< Point< real_t > > &output, size_t num_output)
 Function to perform a B-spline interpolation.
 

Detailed Description

Function to perform a B-spline interpolation.