NeoPZ
|
#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 | |
FadBinaryMinus (const L &left, const R &right) | |
~FadBinaryMinus () | |
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 | |
FadBinaryMinus () | |
Protected Attributes | |
const L & | left_ |
const R & | right_ |
typedef NumericalTraits<value_type_L,value_type_R>::promote FadBinaryMinus< L, R >::value_type |
typedef L::value_type FadBinaryMinus< L, R >::value_type_L |
typedef R::value_type FadBinaryMinus< L, R >::value_type_R |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |