|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <transformedgrid.hpp>
Inheritance diagram for LogGrid:
Collaboration diagram for LogGrid:Public Member Functions | |
| LogGrid (const Array &grid) | |
| const Array & | logGridArray () const |
| Real | logGrid (Size i) const |
Public Member Functions inherited from TransformedGrid | |
| TransformedGrid (const Array &grid) | |
| template<class T > | |
| TransformedGrid (const Array &grid, T func) | |
| const Array & | gridArray () const |
| const Array & | transformedGridArray () const |
| const Array & | dxmArray () const |
| const Array & | dxpArray () const |
| const Array & | dxArray () const |
| Real | grid (Size i) const |
| Real | transformedGrid (Size i) const |
| Real | dxm (Size i) const |
| Real | dxp (Size i) const |
| Real | dx (Size i) const |
| Size | size () const |
Additional Inherited Members | |
Protected Attributes inherited from TransformedGrid | |
| Array | grid_ |
| Array | transformedGrid_ |
| Array | dxm_ |
| Array | dxp_ |
| Array | dx_ |
Definition at line 103 of file transformedgrid.hpp.
Definition at line 105 of file transformedgrid.hpp.
| const Array & logGridArray | ( | ) | const |
Definition at line 107 of file transformedgrid.hpp.
Definition at line 108 of file transformedgrid.hpp.