QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
1-d mesher for the Black-Scholes process (in ln(S)) More...
#include <ql/processes/blackscholesprocess.hpp>
#include <ql/termstructures/yieldtermstructure.hpp>
#include <ql/termstructures/volatility/equityfx/blackconstantvol.hpp>
#include <ql/math/distributions/normaldistribution.hpp>
#include <ql/methods/finitedifferences/meshers/uniform1dmesher.hpp>
#include <ql/methods/finitedifferences/meshers/concentrating1dmesher.hpp>
#include <ql/methods/finitedifferences/meshers/fdmblackscholesmultistrikemesher.hpp>
Go to the source code of this file.
Namespaces | |
namespace | QuantLib |
1-d mesher for the Black-Scholes process (in ln(S))
Definition in file fdmblackscholesmultistrikemesher.cpp.