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

#include <ql/methods/finitedifferences/parallelevolver.hpp>

+ Inheritance diagram for ParallelEvolverTraits< traits >:
+ Collaboration diagram for ParallelEvolverTraits< traits >:

Public Types

typedef std::vector< typename traits::array_type > array_type
 
typedef std::vector< typename traits::operator_type > operator_type
 
typedef std::vector< typename traits::bc_type > bc_type
 
typedef BoundaryConditionSet< typename traits::bc_set > bc_set
 

Public Attributes

QL_DEPRECATED_DISABLE_WARNING typedef StepConditionSet< typename traits::array_type > condition_type
 

Detailed Description

template<typename traits>
class QuantLib::ParallelEvolverTraits< traits >
Deprecated:
Use the new finite-differences framework instead. Deprecated in version 1.32.

Definition at line 77 of file parallelevolver.hpp.

Member Typedef Documentation

◆ array_type

typedef std::vector<typename traits::array_type> array_type

Definition at line 79 of file parallelevolver.hpp.

◆ operator_type

typedef std::vector<typename traits::operator_type> operator_type

Definition at line 80 of file parallelevolver.hpp.

◆ bc_type

typedef std::vector<typename traits::bc_type> bc_type

Definition at line 81 of file parallelevolver.hpp.

◆ bc_set

typedef BoundaryConditionSet<typename traits::bc_set> bc_set

Definition at line 82 of file parallelevolver.hpp.

Member Data Documentation

◆ condition_type

QL_DEPRECATED_DISABLE_WARNING typedef StepConditionSet<typename traits::array_type> condition_type

Definition at line 84 of file parallelevolver.hpp.