QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <multicubicspline.hpp>
Public Types | |
typedef Real | argument_type |
typedef Real | result_type |
typedef base_data | data |
typedef base_data_table | data_table |
typedef base_output_data | output_data |
Public Member Functions | |
base_cubic_spline (const data &d, const data &d2, const data_table &y, data_table &y2, output_data &v) | |
Definition at line 228 of file multicubicspline.hpp.
typedef Real argument_type |
Definition at line 230 of file multicubicspline.hpp.
typedef Real result_type |
Definition at line 231 of file multicubicspline.hpp.
Definition at line 232 of file multicubicspline.hpp.
typedef base_data_table data_table |
Definition at line 233 of file multicubicspline.hpp.
typedef base_output_data output_data |
Definition at line 234 of file multicubicspline.hpp.
base_cubic_spline | ( | const data & | d, |
const data & | d2, | ||
const data_table & | y, | ||
data_table & | y2, | ||
output_data & | v | ||
) |
Definition at line 235 of file multicubicspline.hpp.