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< X, Y > Struct Template Reference

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

+ Collaboration diagram for Point< X, Y >:

Public Types

typedef X data_type
 

Public Member Functions

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

Public Attributes

data_type first
 
second
 

Detailed Description

template<class X, class Y>
struct QuantLib::detail::Point< X, Y >

Definition at line 122 of file multicubicspline.hpp.

Member Typedef Documentation

◆ data_type

typedef X data_type

Definition at line 123 of file multicubicspline.hpp.

Constructor & Destructor Documentation

◆ Point() [1/5]

Point ( )

Definition at line 124 of file multicubicspline.hpp.

◆ Point() [2/5]

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

Definition at line 126 of file multicubicspline.hpp.

◆ Point() [3/5]

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

Definition at line 128 of file multicubicspline.hpp.

◆ Point() [4/5]

Point ( const SplineGrid::const_iterator &  i)

Definition at line 130 of file multicubicspline.hpp.

◆ Point() [5/5]

Point ( const SplineGrid grid)

Definition at line 132 of file multicubicspline.hpp.

Member Function Documentation

◆ operator data_type()

operator data_type ( ) const

Definition at line 134 of file multicubicspline.hpp.

◆ operator[]() [1/2]

data_type operator[] ( Size  n) const

Definition at line 137 of file multicubicspline.hpp.

◆ operator[]() [2/2]

data_type & operator[] ( Size  n)

Definition at line 138 of file multicubicspline.hpp.

Member Data Documentation

◆ first

data_type first

Definition at line 139 of file multicubicspline.hpp.

◆ second

Y second

Definition at line 140 of file multicubicspline.hpp.