output_data (3) Linux Manual Page
QuantLib::MultiCubicSpline – N-dimensional cubic spline interpolation between discrete points. Synopsis MultiCubicSpline (const SplineGrid &grid, const data_table &y, const std::vector< bool > &ae=std::vector< bool >(20, false)) result_type operator() (const argument_type &x) const void set_shared_increments () const void set_shared_coefficients (const argument_type &x) const Public Types typedef c_splint::argument_type argument_type typedef c_splint::result_type result_type typedef c_splint::data_table data_table typedef c_splint::return_type return_type…
