OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
OpExtrapolate< T > Struct Template Reference

#include <BCond.hpp>

Collaboration diagram for OpExtrapolate< T >:

Public Member Functions

 OpExtrapolate (const T &o, const T &s)

Public Attributes

Offset
Slope

Detailed Description

template<class T>
struct OpExtrapolate< T >

Definition at line 2721 of file BCond.hpp.

Constructor & Destructor Documentation

◆ OpExtrapolate()

template<class T>
OpExtrapolate< T >::OpExtrapolate ( const T & o,
const T & s )
inline

Definition at line 2723 of file BCond.hpp.

References Offset, and Slope.

Member Data Documentation

◆ Offset

template<class T>
T OpExtrapolate< T >::Offset

Definition at line 2724 of file BCond.hpp.

Referenced by OpExtrapolate().

◆ Slope

template<class T>
T OpExtrapolate< T >::Slope

Definition at line 2724 of file BCond.hpp.

Referenced by OpExtrapolate().


The documentation for this struct was generated from the following file: