![]() |
NeoPZ
|
#include <tinyfadthree.h>
Public Types | |
typedef T | value_type |
typedef T | grad_type |
Public Member Functions | |
void | diff (const size_t ith, const size_t sz) |
TinyFad (const T &ind, const int ini) | |
TinyFad () | |
TinyFad (const No_Initialization &) | |
TinyFad (const T &in) | |
TinyFad (const TinyFad< 3, T > &in) | |
~TinyFad () | |
int | N () const |
const T & | val () const |
T & | val () |
const T & | d0 () const |
T & | d0 () |
const T & | d1 () const |
T & | d1 () |
const T & | d2 () const |
T & | d2 () |
T & | dx (int i) |
const T & | dx (int i) const |
T & | d (int i) |
const T & | d (int i) const |
TinyFad< 3, T > & | operator= (const TinyFad< 3, T > &in) |
TinyFad< 3, T > & | operator= (const T &in) |
TinyFad< 3, T > & | operator+= (const TinyFad< 3, T > &in) |
TinyFad< 3, T > & | operator-= (const TinyFad< 3, T > &in) |
TinyFad< 3, T > & | operator*= (const TinyFad< 3, T > &in) |
TinyFad< 3, T > & | operator/= (const TinyFad< 3, T > &in) |
TinyFad< 3, T > & | operator+= (const T &in) |
TinyFad< 3, T > & | operator-= (const T &in) |
TinyFad< 3, T > & | operator*= (const T &in) |
TinyFad< 3, T > & | operator/= (const T &in) |
TinyFad< 3, T > | operator++ (int) |
TinyFad< 3, T > | operator-- (int) |
TinyFad< 3, T > & | operator++ () |
TinyFad< 3, T > & | operator-- () |
Protected Attributes | |
int | n |
T | val_ |
T | dx0_ |
T | dx1_ |
T | dx2_ |
Definition at line 9 of file tinyfadthree.h.
Definition at line 12 of file tinyfadthree.h.
typedef T TinyFad< 3, T >::value_type |
Definition at line 11 of file tinyfadthree.h.
Definition at line 38 of file tinyfadthree.h.
Definition at line 50 of file tinyfadthree.h.
|
inline |
Definition at line 55 of file tinyfadthree.h.
Definition at line 56 of file tinyfadthree.h.
Definition at line 61 of file tinyfadthree.h.
Definition at line 67 of file tinyfadthree.h.
|
inline |
Definition at line 99 of file tinyfadthree.h.
|
inline |
Definition at line 107 of file tinyfadthree.h.
|
inline |
|
inline |
Definition at line 75 of file tinyfadthree.h.
|
inline |
|
inline |
Definition at line 78 of file tinyfadthree.h.
|
inline |
|
inline |
Definition at line 81 of file tinyfadthree.h.
|
inline |
Definition at line 24 of file tinyfadthree.h.
|
inline |
Definition at line 83 of file tinyfadthree.h.
|
inline |
Definition at line 91 of file tinyfadthree.h.
|
inline |
Definition at line 69 of file tinyfadthree.h.
Definition at line 179 of file tinyfadthree.h.
Definition at line 199 of file tinyfadthree.h.
Definition at line 209 of file tinyfadthree.h.
References TinyFad< Num, T >::val_.
Definition at line 171 of file tinyfadthree.h.
Definition at line 204 of file tinyfadthree.h.
Definition at line 212 of file tinyfadthree.h.
References TinyFad< Num, T >::val_.
Definition at line 175 of file tinyfadthree.h.
Definition at line 188 of file tinyfadthree.h.
References error().
Definition at line 126 of file tinyfadthree.h.
|
inline |
Definition at line 71 of file tinyfadthree.h.
References TinyFad< Num, T >::val_.
Referenced by abs(), cos(), exp(), log(), operator<<(), pow(), sin(), sqrt(), and tan().
|
inline |
Definition at line 72 of file tinyfadthree.h.
References TinyFad< Num, T >::val_.
|
protected |
Definition at line 18 of file tinyfadthree.h.
Referenced by operator*=(), operator+=(), operator-=(), operator/=(), operator=(), and TinyFad().
|
protected |
Definition at line 19 of file tinyfadthree.h.
Referenced by operator*=(), operator+=(), operator-=(), operator/=(), operator=(), and TinyFad().
|
protected |
Definition at line 20 of file tinyfadthree.h.
Referenced by operator*=(), operator+=(), operator-=(), operator/=(), operator=(), and TinyFad().
|
protected |
Definition at line 15 of file tinyfadthree.h.
|
protected |
Definition at line 16 of file tinyfadthree.h.
Referenced by operator*=(), operator++(), operator+=(), operator--(), operator-=(), operator/=(), and operator=().