QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <uniform1dmesher.hpp>
Public Member Functions | |
Uniform1dMesher (Real start, Real end, Size size) | |
Public Member Functions inherited from Fdm1dMesher | |
Fdm1dMesher (Size size) | |
virtual | ~Fdm1dMesher ()=default |
Size | size () const |
Real | dplus (Size index) const |
Real | dminus (Size index) const |
Real | location (Size index) const |
const std::vector< Real > & | locations () const |
Additional Inherited Members | |
Protected Attributes inherited from Fdm1dMesher | |
std::vector< Real > | locations_ |
std::vector< Real > | dplus_ |
std::vector< Real > | dminus_ |
Definition at line 35 of file uniform1dmesher.hpp.
Uniform1dMesher | ( | Real | start, |
Real | end, | ||
Size | size | ||
) |