grid.hpp

Langue: en

Autres versions - même langue

Version: 161745 (fedora - 05/07/09)

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.