|
QuantLib: a free/open-source library for quantitative finance
fully annotated source code - version 1.38
|
#include <operatortraits.hpp>
Inheritance diagram for OperatorTraits< Operator >:
Collaboration diagram for OperatorTraits< Operator >:Public Types | |
| typedef Operator | operator_type |
| typedef Operator::array_type | array_type |
| typedef BoundaryCondition< operator_type > | bc_type |
| typedef std::vector< ext::shared_ptr< bc_type > > | bc_set |
| typedef StepCondition< array_type > | condition_type |
Definition at line 33 of file operatortraits.hpp.
| typedef Operator operator_type |
Definition at line 35 of file operatortraits.hpp.
| typedef Operator::array_type array_type |
Definition at line 36 of file operatortraits.hpp.
| typedef BoundaryCondition<operator_type> bc_type |
Definition at line 37 of file operatortraits.hpp.
Definition at line 38 of file operatortraits.hpp.
| typedef StepCondition<array_type> condition_type |
Definition at line 39 of file operatortraits.hpp.