|
ADMB Documentation
-a65f1c97
|
Overloads of math library functions for variable arguments. More...
Go to the source code of this file.
Macros | |
| #define | cutoff 0.001 |
| #define | cutoff2 0.000001 |
Functions | |
| prevariable & | cos (const prevariable &v1) |
| Description not yet available. More... | |
| prevariable & | fabs (const prevariable &v1) |
| Absolute value. More... | |
| prevariable & | log (const prevariable &v1) |
| Description not yet available. More... | |
| prevariable & | log10 (const prevariable &v1) |
| Description not yet available. More... | |
| prevariable & | pow (const prevariable &v1, const double u) |
| Description not yet available. More... | |
| prevariable & | sfabs (const prevariable &v1) |
| Smooth absolute value. More... | |
| prevariable & | sigmoid (const prevariable &v1) |
| Description not yet available. More... | |
| prevariable & | sin (const prevariable &v1) |
| Description not yet available. More... | |
Overloads of math library functions for variable arguments.
Definition in file fvar_fn.cpp.
| #define cutoff 0.001 |
Referenced by sfabs().
| #define cutoff2 0.000001 |
Referenced by sfabs().
| 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 Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5
|