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

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

 FadBinaryMul ()
 

Protected Attributes

const L & left_
 
const R & right_
 

Detailed Description

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

Definition at line 44 of file fad.h.

Member Typedef Documentation

◆ value_type

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

Definition at line 195 of file fadop.h.

◆ value_type_L

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

Definition at line 193 of file fadop.h.

◆ value_type_R

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

Definition at line 194 of file fadop.h.

Constructor & Destructor Documentation

◆ FadBinaryMul() [1/2]

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

Definition at line 198 of file fadop.h.

◆ FadBinaryMul() [2/2]

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

Definition at line 203 of file fadop.h.

◆ ~FadBinaryMul()

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

Definition at line 204 of file fadop.h.

Member Function Documentation

◆ dx()

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

Definition at line 207 of file fadop.h.

◆ fastAccessDx()

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

Definition at line 214 of file fadop.h.

◆ hasFastAccess()

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

Definition at line 213 of file fadop.h.

◆ size()

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

Definition at line 208 of file fadop.h.

◆ val()

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

Definition at line 206 of file fadop.h.

Member Data Documentation

◆ left_

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

Definition at line 200 of file fadop.h.

◆ right_

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

Definition at line 200 of file fadop.h.


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