QuantLib: a free/open-source library for quantitative finance
Fully annotated sources - version 1.32
Loading...
Searching...
No Matches
Public Types | List of all members
OperatorTraits< Operator > Class Template Reference

#include <ql/methods/finitedifferences/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_typebc_type
 
typedef std::vector< ext::shared_ptr< bc_type > > bc_set
 
typedef StepCondition< array_typecondition_type
 

Detailed Description

template<class Operator>
class QuantLib::OperatorTraits< Operator >

Definition at line 33 of file operatortraits.hpp.

Member Typedef Documentation

◆ operator_type

typedef Operator operator_type

Definition at line 35 of file operatortraits.hpp.

◆ array_type

typedef Operator::array_type array_type

Definition at line 36 of file operatortraits.hpp.

◆ bc_type

Definition at line 37 of file operatortraits.hpp.

◆ bc_set

typedef std::vector<ext::shared_ptr<bc_type> > bc_set

Definition at line 38 of file operatortraits.hpp.

◆ condition_type

Definition at line 39 of file operatortraits.hpp.