26 #ifndef CASADI_BLAZING_SPLINE_FUNCTION_HPP
27 #define CASADI_BLAZING_SPLINE_FUNCTION_HPP
29 #include "function.hpp"
42 const std::vector< std::vector<double> >& knots,
58 const std::vector<casadi_int>& knot_dims,
Function blazing_spline(const std::string &name, const std::vector< std::vector< double > > &knots, const Dict &opts)
Construct a specialized parametric BSpline.
GenericType::Dict Dict
C++ equivalent of Python's dict or MATLAB's struct.