NeoPZ
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TFadBinaryDiv< 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

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

 TFadBinaryDiv ()
 

Protected Attributes

const L & left_
 
const R & right_
 

Detailed Description

template<class L, class R>
class TFadBinaryDiv< L, R >

Definition at line 50 of file tfad.h.

Member Typedef Documentation

◆ value_type

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

Definition at line 265 of file tfadop.h.

◆ value_type_L

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

Definition at line 263 of file tfadop.h.

◆ value_type_R

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

Definition at line 264 of file tfadop.h.

Constructor & Destructor Documentation

◆ TFadBinaryDiv() [1/2]

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

Definition at line 268 of file tfadop.h.

◆ TFadBinaryDiv() [2/2]

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

Definition at line 273 of file tfadop.h.

◆ ~TFadBinaryDiv()

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

Definition at line 274 of file tfadop.h.

Member Function Documentation

◆ dx()

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

Definition at line 278 of file tfadop.h.

◆ fastAccessDx()

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

Definition at line 285 of file tfadop.h.

◆ hasFastAccess()

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

Definition at line 284 of file tfadop.h.

◆ size()

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

Definition at line 279 of file tfadop.h.

◆ val()

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

Definition at line 277 of file tfadop.h.

Member Data Documentation

◆ left_

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

Definition at line 270 of file tfadop.h.

◆ right_

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

Definition at line 270 of file tfadop.h.


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