Overloads of math library functions for variable arguments. More...
Go to the source code of this file.
Defines | |
#define | cutoff 0.001 |
#define | cutoff2 0.000001 |
Functions | |
prevariable & | cos (const prevariable &v1) |
Description not yet available. | |
prevariable & | fabs (const prevariable &v1) |
Absolute value. | |
void | gradfree (dlink *) |
Description not yet available. | |
prevariable & | log (const prevariable &v1) |
Description not yet available. | |
prevariable & | log10 (const prevariable &v1) |
Description not yet available. | |
prevariable & | pow (const prevariable &v1, const double u) |
Description not yet available. | |
prevariable & | sfabs (const prevariable &v1) |
Smooth absolute value. | |
prevariable & | sigmoid (const prevariable &v1) |
Description not yet available. | |
prevariable & | sin (const prevariable &v1) |
Description not yet available. |
Overloads of math library functions for variable arguments.
Definition in file fvar_fn.cpp.
#define cutoff 0.001 |
#define cutoff2 0.000001 |
prevariable& cos | ( | const prevariable & | v1 | ) |
prevariable& log | ( | const prevariable & | v1 | ) |
prevariable& log10 | ( | const prevariable & | v1 | ) |
prevariable& pow | ( | const prevariable & | v1, |
const double | u | ||
) |
prevariable& sigmoid | ( | const prevariable & | v1 | ) |
prevariable& sin | ( | const prevariable & | v1 | ) |
Generated on Tue Mar 8 2016 19:51:37 for ADMB Documentation by 1.8.0 |