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

#include <tfad.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

 TFadBinaryAdd (const L &left, const R &rigth)
 
 ~TFadBinaryAdd ()
 
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

 TFadBinaryAdd ()
 

Protected Attributes

const L & left_
 
const R & right_
 

Detailed Description

template<class L, class R>
class TFadBinaryAdd< L, R >

Definition at line 47 of file tfad.h.

Member Typedef Documentation

◆ value_type

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

Definition at line 34 of file tfadop.h.

◆ value_type_L

template<class L , class R >
typedef L::value_type TFadBinaryAdd< L, R >::value_type_L

Definition at line 31 of file tfadop.h.

◆ value_type_R

template<class L , class R >
typedef R::value_type TFadBinaryAdd< L, R >::value_type_R

Definition at line 32 of file tfadop.h.

Constructor & Destructor Documentation

◆ TFadBinaryAdd() [1/2]

template<class L , class R >
TFadBinaryAdd< L, R >::TFadBinaryAdd ( )
inlineprotected

Definition at line 37 of file tfadop.h.

◆ TFadBinaryAdd() [2/2]

template<class L , class R >
TFadBinaryAdd< L, R >::TFadBinaryAdd ( const L &  left,
const R &  rigth 
)
inline

Definition at line 42 of file tfadop.h.

◆ ~TFadBinaryAdd()

template<class L , class R >
TFadBinaryAdd< L, R >::~TFadBinaryAdd ( )
inline

Definition at line 43 of file tfadop.h.

Member Function Documentation

◆ dx()

template<class L , class R >
const value_type TFadBinaryAdd< L, R >::dx ( int  i) const
inline

Definition at line 47 of file tfadop.h.

◆ fastAccessDx()

template<class L , class R >
value_type TFadBinaryAdd< L, R >::fastAccessDx ( int  i) const
inline

Definition at line 54 of file tfadop.h.

◆ hasFastAccess()

template<class L , class R >
bool TFadBinaryAdd< L, R >::hasFastAccess ( ) const
inline

Definition at line 53 of file tfadop.h.

◆ size()

template<class L , class R >
int TFadBinaryAdd< L, R >::size ( ) const
inline

Definition at line 48 of file tfadop.h.

◆ val()

template<class L , class R >
const value_type TFadBinaryAdd< L, R >::val ( ) const
inline

Definition at line 46 of file tfadop.h.

Member Data Documentation

◆ left_

template<class L , class R >
const L& TFadBinaryAdd< L, R >::left_
protected

Definition at line 39 of file tfadop.h.

◆ right_

template<class L , class R >
const R& TFadBinaryAdd< L, R >::right_
protected

Definition at line 39 of file tfadop.h.


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