|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
Grid constructors. More...
#include <ql/math/array.hpp>Go to the source code of this file.
Namespaces | |
| namespace | QuantLib |
Functions | |
| Array | CenteredGrid (Real center, Real dx, Size steps) |
| Array | BoundedGrid (Real xMin, Real xMax, Size steps) |
| Array | BoundedLogGrid (Real xMin, Real xMax, Size steps) |
Grid constructors.
Definition in file grid.hpp.