QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.34
|
#include <parallelevolver.hpp>
Public Types | |
typedef traits::array_type | array_type |
typedef traits::bc_set | bc_set |
Public Member Functions | |
ParallelEvolver (const operator_type &L, const bc_set &bcs) | |
void | step (array_type &a, Time t) |
void | setStep (Time dt) |
Public Attributes | |
QL_DEPRECATED_DISABLE_WARNING typedef ParallelEvolverTraits< typename Evolver::traits > | traits |
QL_DEPRECATED_ENABLE_WARNING typedef traits::operator_type | operator_type |
Private Attributes | |
std::vector< ext::shared_ptr< Evolver > > | evolvers_ |
Definition at line 92 of file parallelevolver.hpp.
typedef traits::array_type array_type |
Definition at line 99 of file parallelevolver.hpp.
typedef traits::bc_set bc_set |
Definition at line 100 of file parallelevolver.hpp.
ParallelEvolver | ( | const operator_type & | L, |
const bc_set & | bcs | ||
) |
Definition at line 102 of file parallelevolver.hpp.
void step | ( | array_type & | a, |
Time | t | ||
) |
Definition at line 110 of file parallelevolver.hpp.
void setStep | ( | Time | dt | ) |
Definition at line 117 of file parallelevolver.hpp.
QL_DEPRECATED_DISABLE_WARNING typedef ParallelEvolverTraits<typename Evolver::traits> traits |
Definition at line 96 of file parallelevolver.hpp.
QL_DEPRECATED_ENABLE_WARNING typedef traits::operator_type operator_type |
Definition at line 98 of file parallelevolver.hpp.
|
private |
Definition at line 123 of file parallelevolver.hpp.