ql/methods/finitedifferences/parallelevolver.hpp File Reference
Detailed Description
Parallel evolver for multiple arrays.This class takes the evolver class and creates a new class which evolves each of the evolvers in parallel. Part of what this does is to take the types for each evolver class and then wrapper them so that they create new types which are sets of the old types.
This class is intended to be run in situations where there are parallel differential equations such as with some convertible bond models.
#include <ql/methods/finitedifferences/finitedifferencemodel.hpp>
#include <ql/methods/finitedifferences/stepcondition.hpp>
#include <ql/numericalmethod.hpp>
#include <vector>
Include dependency graph for parallelevolver.hpp:

Namespaces | |
namespace | QuantLib |
Classes | |
class | StepConditionSet |
Parallel evolver for multiple arrays. More... |