QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <multicubicspline.hpp>
Public Member Functions | |
DataTable (const std::vector< Size >::const_iterator &i) | |
DataTable (const SplineGrid::const_iterator &i) | |
template<class U > | |
DataTable (const std::vector< U > &v) | |
Size | size () const |
const X & | operator[] (Size n) const |
X & | operator[] (Size n) |
Public Attributes | |
std::vector< X > | data_table_ |
Definition at line 48 of file multicubicspline.hpp.
Definition at line 49 of file multicubicspline.hpp.
DataTable | ( | const SplineGrid::const_iterator & | i | ) |
Definition at line 53 of file multicubicspline.hpp.
DataTable | ( | const std::vector< U > & | v | ) |
Definition at line 57 of file multicubicspline.hpp.
Size size | ( | ) | const |
const X & operator[] | ( | Size | n | ) | const |
Definition at line 64 of file multicubicspline.hpp.
X & operator[] | ( | Size | n | ) |
Definition at line 65 of file multicubicspline.hpp.
std::vector<X> data_table_ |
Definition at line 66 of file multicubicspline.hpp.