|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <multicubicspline.hpp>
Collaboration diagram for base_cubic_splint:Public Types | |
| typedef base_arg_type | argument_type |
| typedef Real | result_type |
| typedef base_data | data |
| typedef base_data_table | data_table |
| typedef base_dimensions | dimensions |
| typedef base_output_data | output_data |
| typedef base_return_type | return_type |
Public Member Functions | |
| base_cubic_splint (const return_type &a, const return_type &b, const return_type &a2, const return_type &b2, const dimensions &i, const data &, const data &, const data_table &y, data_table &y2, output_data &, output_data &, output_data &, result_type &res) | |
Definition at line 278 of file multicubicspline.hpp.
| typedef base_arg_type argument_type |
Definition at line 280 of file multicubicspline.hpp.
| typedef Real result_type |
Definition at line 281 of file multicubicspline.hpp.
Definition at line 282 of file multicubicspline.hpp.
| typedef base_data_table data_table |
Definition at line 283 of file multicubicspline.hpp.
| typedef base_dimensions dimensions |
Definition at line 284 of file multicubicspline.hpp.
| typedef base_output_data output_data |
Definition at line 285 of file multicubicspline.hpp.
| typedef base_return_type return_type |
Definition at line 286 of file multicubicspline.hpp.
| base_cubic_splint | ( | const return_type & | a, |
| const return_type & | b, | ||
| const return_type & | a2, | ||
| const return_type & | b2, | ||
| const dimensions & | i, | ||
| const data & | , | ||
| const data & | , | ||
| const data_table & | y, | ||
| data_table & | y2, | ||
| output_data & | , | ||
| output_data & | , | ||
| output_data & | , | ||
| result_type & | res | ||
| ) |
Definition at line 287 of file multicubicspline.hpp.