QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
base_cubic_splint Class Reference

#include <ql/math/interpolations/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)
 

Detailed Description

Definition at line 278 of file multicubicspline.hpp.

Member Typedef Documentation

◆ argument_type

Definition at line 280 of file multicubicspline.hpp.

◆ result_type

typedef Real result_type

Definition at line 281 of file multicubicspline.hpp.

◆ data

typedef base_data data

Definition at line 282 of file multicubicspline.hpp.

◆ data_table

Definition at line 283 of file multicubicspline.hpp.

◆ dimensions

Definition at line 284 of file multicubicspline.hpp.

◆ output_data

Definition at line 285 of file multicubicspline.hpp.

◆ return_type

Definition at line 286 of file multicubicspline.hpp.

Constructor & Destructor Documentation

◆ base_cubic_splint()

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.