cubic_splint_04 (3) Linux Manual Page
NAME ql/math/interpolations/multicubicspline.hpp – N-dimensional cubic spline interpolation between discrete points. SYNOPSIS #include <ql/errors.hpp> #include <ql/types.hpp> #include <functional> #include <vector> Classes class MultiCubicSpline< i > N-dimensional cubic spline interpolation between discrete points. Typedefs typedef std::vector< std::vector< Real > > SplineGrid typedef DataTable< Real > base_data_table typedef Data< std::vector< Real >, EmptyArg > base_data typedef Point< Real,…
