QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <multicubicspline.hpp>
Public Types | |
typedef Point< Real, typename X::argument_type > | argument_type |
typedef Real | result_type |
typedef Data< base_data, typename X::data > | data |
typedef DataTable< typename X::data_table > | data_table |
typedef Point< Size, typename X::dimensions > | dimensions |
typedef Point< base_output_data, typename X::output_data > | output_data |
typedef Point< result_type, typename X::return_type > | return_type |
Public Member Functions | |
n_cubic_splint (const return_type &a, const return_type &b, const return_type &a2, const return_type &b2, const dimensions &i, const data &d, const data &d2, const data_table &y, data_table &y2, output_data &v, output_data &v1, output_data &v2, result_type &r) | |
~n_cubic_splint ()=default | |
Private Attributes | |
const return_type & | a_ |
const return_type & | b_ |
const return_type & | a2_ |
const return_type & | b2_ |
const dimensions & | i_ |
const data & | d_ |
const data & | d2_ |
const data_table & | y_ |
data_table & | y2_ |
output_data & | v_ |
output_data & | v1_ |
output_data & | v2_ |
Definition at line 300 of file multicubicspline.hpp.
typedef Point<Real, typename X::argument_type> argument_type |
Definition at line 302 of file multicubicspline.hpp.
typedef Real result_type |
Definition at line 303 of file multicubicspline.hpp.
Definition at line 304 of file multicubicspline.hpp.
typedef DataTable<typename X::data_table> data_table |
Definition at line 305 of file multicubicspline.hpp.
typedef Point<Size, typename X::dimensions> dimensions |
Definition at line 306 of file multicubicspline.hpp.
typedef Point<base_output_data, typename X::output_data> output_data |
Definition at line 307 of file multicubicspline.hpp.
typedef Point<result_type, typename X::return_type> return_type |
Definition at line 309 of file multicubicspline.hpp.
n_cubic_splint | ( | const return_type & | a, |
const return_type & | b, | ||
const return_type & | a2, | ||
const return_type & | b2, | ||
const dimensions & | i, | ||
const data & | d, | ||
const data & | d2, | ||
const data_table & | y, | ||
data_table & | y2, | ||
output_data & | v, | ||
output_data & | v1, | ||
output_data & | v2, | ||
result_type & | r | ||
) |
|
default |
|
private |
Definition at line 332 of file multicubicspline.hpp.
|
private |
Definition at line 332 of file multicubicspline.hpp.
|
private |
Definition at line 332 of file multicubicspline.hpp.
|
private |
Definition at line 332 of file multicubicspline.hpp.
|
private |
Definition at line 333 of file multicubicspline.hpp.
|
private |
Definition at line 334 of file multicubicspline.hpp.
|
private |
Definition at line 334 of file multicubicspline.hpp.
|
private |
Definition at line 335 of file multicubicspline.hpp.
|
private |
Definition at line 336 of file multicubicspline.hpp.
|
private |
Definition at line 337 of file multicubicspline.hpp.
|
private |
Definition at line 337 of file multicubicspline.hpp.
|
private |
Definition at line 337 of file multicubicspline.hpp.