|
ADMB Documentation
-a65f1c97
|
#include <tiny_ad.hpp>
Public Types | |
| typedef ad< Double, TINY_VECTOR(Double, nvar) > | Base |
Public Member Functions | |
| variable () | |
| variable (Base x) | |
| variable (double x) | |
| variable (double x, int id) | |
| template<class Constant > | |
| variable (Constant x) | |
| template<class Constant > | |
| variable (Constant x, int id) | |
| void | setid (int i0, int count=0) |
| TINY_VECTOR (Double, nvar) getDeriv() | |
Public Member Functions inherited from tiny_ad::ad< Double, TINY_VECTOR(Double, nvar) > | |
| ad () | |
| ad (Doublev, TINY_VECTOR(Double, nvar)d) | |
| ad (double v) | |
| ad | operator* (const ad &other) const |
| ad | operator* (const double &x) const |
| ad & | operator*= (const ad &other) |
| ad | operator+ (const ad &other) const |
| ad | operator+ () const |
| ad | operator+ (const double &x) const |
| ad & | operator+= (const ad &other) |
| ad | operator- (const ad &other) const |
| ad | operator- () const |
| ad | operator- (const double &x) const |
| ad & | operator-= (const ad &other) |
| ad | operator/ (const ad &other) const |
| ad | operator/ (const double &x) const |
| ad & | operator/= (const ad &other) |
Static Public Attributes | |
| static const int | result_size = nvar |
Additional Inherited Members | |
Public Attributes inherited from tiny_ad::ad< Double, TINY_VECTOR(Double, nvar) > | |
| TINY_VECTOR(Double, nvar) | deriv |
| Double | value |
Definition at line 300 of file tiny_ad.hpp.
| typedef ad<Double, TINY_VECTOR(Double,nvar) > tiny_ad::variable< 1, nvar, Double >::Base |
Definition at line 301 of file tiny_ad.hpp.
|
inline |
Definition at line 303 of file tiny_ad.hpp.
|
inline |
Definition at line 304 of file tiny_ad.hpp.
|
inline |
Definition at line 305 of file tiny_ad.hpp.
|
inline |
Definition at line 306 of file tiny_ad.hpp.
|
inline |
Definition at line 310 of file tiny_ad.hpp.
|
inline |
Definition at line 314 of file tiny_ad.hpp.
|
inline |
Definition at line 318 of file tiny_ad.hpp.
|
inline |
Definition at line 324 of file tiny_ad.hpp.
|
static |
Definition at line 302 of file tiny_ad.hpp.
|
|
Generated on Wed Sep 7 2022 00:01:35 for ADMB Documentation by 1.8.5
|