NeoPZ
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
FadBinaryAdd< L, R > Class Template Reference

#include <fad.h>

Public Types

typedef L::value_type value_type_L
 
typedef R::value_type value_type_R
 
typedef NumericalTraits< value_type_L, value_type_R >::promote value_type
 

Public Member Functions

 FadBinaryAdd (const L &left, const R &right)
 
 ~FadBinaryAdd ()
 
const value_type val () const
 
const value_type dx (int i) const
 
int size () const
 
bool hasFastAccess () const
 
value_type fastAccessDx (int i) const
 

Protected Member Functions

 FadBinaryAdd ()
 

Protected Attributes

const L & left_
 
const R & right_
 

Detailed Description

template<typename L, typename R>
class FadBinaryAdd< L, R >

Definition at line 42 of file fad.h.

Member Typedef Documentation

◆ value_type

template<typename L , typename R >
typedef NumericalTraits<value_type_L,value_type_R>::promote FadBinaryAdd< L, R >::value_type

Definition at line 33 of file fadop.h.

◆ value_type_L

template<typename L , typename R >
typedef L::value_type FadBinaryAdd< L, R >::value_type_L

Definition at line 30 of file fadop.h.

◆ value_type_R

template<typename L , typename R >
typedef R::value_type FadBinaryAdd< L, R >::value_type_R

Definition at line 31 of file fadop.h.

Constructor & Destructor Documentation

◆ FadBinaryAdd() [1/2]

template<typename L , typename R >
FadBinaryAdd< L, R >::FadBinaryAdd ( )
inlineprotected

Definition at line 36 of file fadop.h.

◆ FadBinaryAdd() [2/2]

template<typename L , typename R >
FadBinaryAdd< L, R >::FadBinaryAdd ( const L &  left,
const R &  right 
)
inline

Definition at line 41 of file fadop.h.

◆ ~FadBinaryAdd()

template<typename L , typename R >
FadBinaryAdd< L, R >::~FadBinaryAdd ( )
inline

Definition at line 42 of file fadop.h.

Member Function Documentation

◆ dx()

template<typename L , typename R >
const value_type FadBinaryAdd< L, R >::dx ( int  i) const
inline

Definition at line 46 of file fadop.h.

◆ fastAccessDx()

template<typename L , typename R >
value_type FadBinaryAdd< L, R >::fastAccessDx ( int  i) const
inline

Definition at line 53 of file fadop.h.

◆ hasFastAccess()

template<typename L , typename R >
bool FadBinaryAdd< L, R >::hasFastAccess ( ) const
inline

Definition at line 52 of file fadop.h.

◆ size()

template<typename L , typename R >
int FadBinaryAdd< L, R >::size ( ) const
inline

Definition at line 47 of file fadop.h.

◆ val()

template<typename L , typename R >
const value_type FadBinaryAdd< L, R >::val ( ) const
inline

Definition at line 45 of file fadop.h.

Member Data Documentation

◆ left_

template<typename L , typename R >
const L& FadBinaryAdd< L, R >::left_
protected

Definition at line 38 of file fadop.h.

◆ right_

template<typename L , typename R >
const R& FadBinaryAdd< L, R >::right_
protected

Definition at line 38 of file fadop.h.


The documentation for this class was generated from the following files: