Lattice1D Class Template Reference
[Lattice methods]

#include <ql/Lattices/lattice1d.hpp>

Inheritance diagram for Lattice1D:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<class Impl>
class QuantLib::Lattice1D< Impl >

One-dimensional lattice.

Derived classes must implement the following interface:

        Real underlying(Size i, Size index) const;


Public Member Functions

 Lattice1D (const TimeGrid &timeGrid, Size n)
Disposable< Arraygrid (Time t) const
Real underlying (Size i, Size index) const