QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
Point< Real, EmptyArg > Struct Reference

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

+ Collaboration diagram for Point< Real, EmptyArg >:

Public Types

typedef Real data_type
 

Public Member Functions

 Point (data_type s)
 
 Point (const std::vector< Real >::const_iterator &i)
 
 Point (const std::vector< Real > &v)
 
 operator data_type () const
 
data_type operator[] (Size n) const
 
data_typeoperator[] (Size n)
 

Public Attributes

data_type first
 
EmptyArg second
 

Detailed Description

Definition at line 143 of file multicubicspline.hpp.

Member Typedef Documentation

◆ data_type

typedef Real data_type

Definition at line 144 of file multicubicspline.hpp.

Constructor & Destructor Documentation

◆ Point() [1/3]

Point ( data_type  s)

Definition at line 145 of file multicubicspline.hpp.

◆ Point() [2/3]

Point ( const std::vector< Real >::const_iterator &  i)

Definition at line 147 of file multicubicspline.hpp.

◆ Point() [3/3]

Point ( const std::vector< Real > &  v)

Definition at line 149 of file multicubicspline.hpp.

Member Function Documentation

◆ operator data_type()

operator data_type ( ) const

Definition at line 151 of file multicubicspline.hpp.

◆ operator[]() [1/2]

data_type operator[] ( Size  n) const

Definition at line 152 of file multicubicspline.hpp.

◆ operator[]() [2/2]

data_type & operator[] ( Size  n)

Definition at line 156 of file multicubicspline.hpp.

Member Data Documentation

◆ first

data_type first

Definition at line 160 of file multicubicspline.hpp.

◆ second

EmptyArg second

Definition at line 161 of file multicubicspline.hpp.