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, EmptyRes > Struct Reference

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

+ Collaboration diagram for Point< Real, EmptyRes >:

Public Types

typedef Real data_type
 

Public Member Functions

 Point ()
 
 Point (data_type s)
 
 operator data_type () const
 
const data_typeoperator[] (Size n) const
 
data_typeoperator[] (Size n)
 

Public Attributes

data_type first
 
EmptyRes second
 

Detailed Description

Definition at line 166 of file multicubicspline.hpp.

Member Typedef Documentation

◆ data_type

typedef Real data_type

Definition at line 167 of file multicubicspline.hpp.

Constructor & Destructor Documentation

◆ Point() [1/2]

Point ( )

Definition at line 168 of file multicubicspline.hpp.

◆ Point() [2/2]

Point ( data_type  s)

Definition at line 170 of file multicubicspline.hpp.

Member Function Documentation

◆ operator data_type()

operator data_type ( ) const

Definition at line 172 of file multicubicspline.hpp.

◆ operator[]() [1/2]

const data_type & operator[] ( Size  n) const

Definition at line 173 of file multicubicspline.hpp.

◆ operator[]() [2/2]

data_type & operator[] ( Size  n)

Definition at line 177 of file multicubicspline.hpp.

Member Data Documentation

◆ first

data_type first

Definition at line 181 of file multicubicspline.hpp.

◆ second

EmptyRes second

Definition at line 182 of file multicubicspline.hpp.