NeoPZ
|
#include <fadop.h>
Public Types | |
typedef L::value_type | value_type |
typedef FadCst< int > | R |
Public Member Functions | |
FadBinaryPow (const L &left, const R &right) | |
~FadBinaryPow () | |
const 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 | |
FadBinaryPow () | |
Protected Attributes | |
const L & | left_ |
const R | right_ |
typedef FadCst<int> FadBinaryPow< L, int >::R |
typedef L::value_type FadBinaryPow< L, int >::value_type |
|
inlineprotected |
|
inline |
|
inline |
|
inline |
Definition at line 461 of file fadop.h.
References pow(), and FadCst< T >::val().
|
inline |
Definition at line 468 of file fadop.h.
References pow(), and FadCst< T >::val().
|
inline |
Definition at line 467 of file fadop.h.
References FadCst< T >::hasFastAccess().
|
inline |
Definition at line 465 of file fadop.h.
References FadCst< T >::size().
|
inline |
Definition at line 460 of file fadop.h.
References pow(), and FadCst< T >::val().
|
protected |
|
protected |