NeoPZ
|
#include <fad.h>
Public Types | |
typedef T::value_type | value_type |
Public Member Functions | |
FadExpr (const T &fadexpr) | |
value_type | val () const |
value_type | dx (int i) const |
int | size () const |
bool | hasFastAccess () const |
value_type | fastAccessDx (int i) const |
Protected Member Functions | |
FadExpr () | |
Protected Member Functions inherited from FadSuper | |
FadSuper () | |
FadSuper (const FadSuper &) | |
~FadSuper () | |
Protected Attributes | |
T | fadexpr_ |
typedef T::value_type FadExpr< T >::value_type |
|
inline |
Definition at line 568 of file fad.h.
Referenced by Fad< T >::Fad(), Fad< T >::operator*=(), Fad< T >::operator+=(), Fad< T >::operator-=(), Fad< T >::operator/=(), and Fad< T >::operator=().
|
inline |
Definition at line 572 of file fad.h.
Referenced by Fad< T >::operator*=(), Fad< T >::operator+=(), Fad< T >::operator-=(), Fad< T >::operator/=(), and Fad< T >::operator=().
|
inline |
Definition at line 571 of file fad.h.
Referenced by Fad< T >::operator*=(), Fad< T >::operator+=(), Fad< T >::operator-=(), Fad< T >::operator/=(), and Fad< T >::operator=().
|
inline |
Definition at line 569 of file fad.h.
Referenced by Fad< T >::Fad(), Fad< T >::operator*=(), Fad< T >::operator+=(), Fad< T >::operator-=(), Fad< T >::operator/=(), and Fad< T >::operator=().
|
inline |
Definition at line 567 of file fad.h.
Referenced by operator!(), Fad< T >::operator*=(), Fad< T >::operator+=(), Fad< T >::operator-=(), Fad< T >::operator/=(), and Fad< T >::operator=().