QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
Loading...
Searching...
No Matches
Namespaces | Functions
grid.hpp File Reference

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)
 

Detailed Description

Grid constructors.

Definition in file grid.hpp.