|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <multicubicspline.hpp>
Collaboration diagram for n_cubic_spline< X >:Public Types | |
| typedef Data< base_data, typename X::data > | data |
| typedef DataTable< typename X::data_table > | data_table |
| typedef Point< base_output_data, typename X::output_data > | output_data |
Public Member Functions | |
| n_cubic_spline (const data &d, const data &d2, const data_table &y, data_table &y2, output_data &v) | |
| ~n_cubic_spline ()=default | |
Private Attributes | |
| const data & | d_ |
| const data & | d2_ |
| const data_table & | y_ |
| data_table & | y2_ |
| output_data & | v_ |
Definition at line 258 of file multicubicspline.hpp.
Definition at line 260 of file multicubicspline.hpp.
| typedef DataTable<typename X::data_table> data_table |
Definition at line 261 of file multicubicspline.hpp.
| typedef Point<base_output_data, typename X::output_data> output_data |
Definition at line 262 of file multicubicspline.hpp.
| n_cubic_spline | ( | const data & | d, |
| const data & | d2, | ||
| const data_table & | y, | ||
| data_table & | y2, | ||
| output_data & | v | ||
| ) |
|
default |
|
private |
Definition at line 272 of file multicubicspline.hpp.
|
private |
Definition at line 272 of file multicubicspline.hpp.
|
private |
Definition at line 273 of file multicubicspline.hpp.
|
private |
Definition at line 274 of file multicubicspline.hpp.
|
private |
Definition at line 275 of file multicubicspline.hpp.