Description not yet available. More...
#include "fvar.hpp"
Go to the source code of this file.
Functions | |
dvar_vector | atan (const dvar_vector &v1) |
Description not yet available. | |
dvar_vector | cos (const dvar_vector &v1) |
Description not yet available. | |
void | DF_cdvpow (void) |
Description not yet available. | |
void | DF_dvatan (void) |
Description not yet available. | |
void | DF_dvcos (void) |
Description not yet available. | |
void | DF_dvcpow (void) |
Description not yet available. | |
void | DF_dvdvpow (void) |
Description not yet available. | |
void | DF_dvexp (void) |
Description not yet available. | |
void | DF_dvlog (void) |
Description not yet available. | |
void | DF_dvpow (void) |
Description not yet available. | |
void | DF_dvsin (void) |
Description not yet available. | |
void | DF_dvsqrt (void) |
Description not yet available. | |
void | DF_dvtan (void) |
Description not yet available. | |
dvar_vector | exp (const dvar_vector &v1) |
Description not yet available. | |
dvar_vector | log (const dvar_vector &v1) |
Description not yet available. | |
dvar_vector | pow (const dvar_vector &v1, const double e) |
Description not yet available. | |
dvar_vector | pow (const dvar_vector &v1, const prevariable &e) |
Description not yet available. | |
dvar_vector | pow (const dvar_vector &v1, int e) |
Description not yet available. | |
dvar_vector | pow (const dvector &v1, const prevariable &e) |
Description not yet available. | |
dvar_vector | pow (const dvector &x, const dvar_vector &a) |
dvar_vector | sin (const dvar_vector &v1) |
Description not yet available. | |
dvar_vector | sqr (const dvar_vector &v1) |
Description not yet available. | |
dvar_vector | sqrt (const dvar_vector &v1) |
Description not yet available. | |
dvar_vector | tan (const dvar_vector &v1) |
Description not yet available. | |
Variables | |
int | ad_debug_arithmetic = 1 |
Description not yet available.
Definition in file fvar_a29.cpp.
dvar_vector atan | ( | const dvar_vector & | v1 | ) |
dvar_vector cos | ( | const dvar_vector & | v1 | ) |
void DF_cdvpow | ( | void | ) |
Description not yet available.
Definition at line 621 of file fvar_a29.cpp.
Referenced by pow().
void DF_dvatan | ( | void | ) |
Description not yet available.
Definition at line 337 of file fvar_a29.cpp.
Referenced by atan().
void DF_dvcos | ( | void | ) |
Description not yet available.
Definition at line 184 of file fvar_a29.cpp.
Referenced by cos().
void DF_dvcpow | ( | void | ) |
Description not yet available.
Definition at line 569 of file fvar_a29.cpp.
Referenced by pow().
void DF_dvdvpow | ( | void | ) |
Description not yet available.
Definition at line 513 of file fvar_a29.cpp.
Referenced by pow().
void DF_dvexp | ( | void | ) |
void DF_dvlog | ( | void | ) |
Description not yet available.
Definition at line 234 of file fvar_a29.cpp.
Referenced by log().
void DF_dvpow | ( | void | ) |
Description not yet available.
Definition at line 457 of file fvar_a29.cpp.
Referenced by pow().
void DF_dvsin | ( | void | ) |
Description not yet available.
Definition at line 87 of file fvar_a29.cpp.
Referenced by sin().
void DF_dvsqrt | ( | void | ) |
void DF_dvtan | ( | void | ) |
Description not yet available.
Definition at line 289 of file fvar_a29.cpp.
Referenced by tan().
dvar_vector exp | ( | const dvar_vector & | v1 | ) |
dvar_vector log | ( | const dvar_vector & | v1 | ) |
dvar_vector pow | ( | const dvar_vector & | v1, |
const double | e | ||
) |
dvar_vector pow | ( | const dvar_vector & | v1, |
const prevariable & | e | ||
) |
dvar_vector pow | ( | const dvar_vector & | v1, |
int | e | ||
) |
dvar_vector pow | ( | const dvector & | v1, |
const prevariable & | e | ||
) |
dvar_vector pow | ( | const dvector & | x, |
const dvar_vector & | a | ||
) |
Definition at line 646 of file fvar_a29.cpp.
dvar_vector sin | ( | const dvar_vector & | v1 | ) |
dvar_vector sqr | ( | const dvar_vector & | v1 | ) |
dvar_vector sqrt | ( | const dvar_vector & | v1 | ) |
dvar_vector tan | ( | const dvar_vector & | v1 | ) |
int ad_debug_arithmetic = 1 |
Definition at line 228 of file fvar_a29.cpp.
Referenced by DF_dvlog().
Generated on Tue Mar 8 2016 19:51:37 for ADMB Documentation by 1.8.0 |