grid.hpp

Langue: en

Autres versions - même langue

Version: 378489 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

ql/grid.hpp -

Grid constructors.

SYNOPSIS


#include <ql/math/array.hpp>

Functions


Disposable< Array > CenteredGrid (Real center, Real dx, Size steps)

Disposable< Array > BoundedGrid (Real xMin, Real xMax, Size steps)

Disposable< Array > BoundedLogGrid (Real xMin, Real xMax, Size steps)

Detailed Description

Grid constructors.

Author

Generated automatically by Doxygen for QuantLib from the source code.