BSpline.h File Reference
Detailed Description
Function to perform a B-spline interpolation.
#include "OFELI_Config.h"
#include "Point.h"
#include "Vect.h"
Go to the source code of this file.
Namespaces | |
| namespace | OFELI |
Functions | |
| void | BSpline (size_t n, size_t t, Vect< Point< double > > &control, Vect< Point< double > > &output, size_t num_output) |
| Function to perform a B-spline interpolation. | |