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_spline Class Reference

#include <ql/math/interpolations/multicubicspline.hpp>

+ Collaboration diagram for base_cubic_spline:

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)
 

Detailed Description

Definition at line 228 of file multicubicspline.hpp.

Member Typedef Documentation

◆ argument_type

Definition at line 230 of file multicubicspline.hpp.

◆ result_type

typedef Real result_type

Definition at line 231 of file multicubicspline.hpp.

◆ data

typedef base_data data

Definition at line 232 of file multicubicspline.hpp.

◆ data_table

Definition at line 233 of file multicubicspline.hpp.

◆ output_data

Definition at line 234 of file multicubicspline.hpp.

Constructor & Destructor Documentation

◆ base_cubic_spline()

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.