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

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

 TFadBinaryMul ()
 

Protected Attributes

const L & left_
 
const R & right_
 

Detailed Description

template<class L, class R>
class TFadBinaryMul< L, R >

Definition at line 49 of file tfad.h.

Member Typedef Documentation

◆ value_type

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

Definition at line 192 of file tfadop.h.

◆ value_type_L

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

Definition at line 190 of file tfadop.h.

◆ value_type_R

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

Definition at line 191 of file tfadop.h.

Constructor & Destructor Documentation

◆ TFadBinaryMul() [1/2]

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

Definition at line 195 of file tfadop.h.

◆ TFadBinaryMul() [2/2]

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

Definition at line 200 of file tfadop.h.

◆ ~TFadBinaryMul()

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

Definition at line 201 of file tfadop.h.

Member Function Documentation

◆ dx()

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

Definition at line 204 of file tfadop.h.

◆ fastAccessDx()

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

Definition at line 211 of file tfadop.h.

◆ hasFastAccess()

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

Definition at line 210 of file tfadop.h.

◆ size()

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

Definition at line 205 of file tfadop.h.

◆ val()

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

Definition at line 203 of file tfadop.h.

Member Data Documentation

◆ left_

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

Definition at line 197 of file tfadop.h.

◆ right_

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

Definition at line 197 of file tfadop.h.


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