|
ADMB Documentation
-a65f1c97
|
More overloads of math library functions for variable arguments. More...
Go to the source code of this file.
Functions | |
| prevariable & | acos (const prevariable &v1) |
| Description not yet available. More... | |
| prevariable & | asin (const prevariable &v1) |
| Description not yet available. More... | |
| prevariable & | atan (const prevariable &v1) |
| Description not yet available. More... | |
| prevariable & | atan2 (const prevariable &v1, const prevariable &v2) |
| Description not yet available. More... | |
| prevariable & | atan2 (const prevariable &v1, const double v2) |
| Description not yet available. More... | |
| prevariable & | atan2 (const double v1, const prevariable &v2) |
| Description not yet available. More... | |
| prevariable & | cosh (const prevariable &v1) |
| Description not yet available. More... | |
| prevariable & | exp (const prevariable &v1) |
| Compute exponential variable. More... | |
| prevariable & | ldexp (const prevariable &v1, const int &exponent) |
| Description not yet available. More... | |
| prevariable & | pow (const prevariable &v1, const prevariable &v2) |
| Description not yet available. More... | |
| prevariable & | pow (const double u, const prevariable &v1) |
| Description not yet available. More... | |
| prevariable & | sinh (const prevariable &v1) |
| Description not yet available. More... | |
| prevariable & | sqr (const prevariable &v1) |
| Returns the square of v1. More... | |
| prevariable & | sqrt (const prevariable &v1) |
| Description not yet available. More... | |
| prevariable & | tan (const prevariable &v1) |
| Description not yet available. More... | |
| prevariable & | tanh (const prevariable &v1) |
| Description not yet available. More... | |
More overloads of math library functions for variable arguments.
Definition in file fvar_fn1.cpp.
| prevariable& acos | ( | const prevariable & | v1 | ) |
| prevariable& asin | ( | const prevariable & | v1 | ) |
| prevariable& atan | ( | const prevariable & | v1 | ) |
| prevariable& atan2 | ( | const prevariable & | v1, |
| const prevariable & | v2 | ||
| ) |
| prevariable& atan2 | ( | const prevariable & | v1, |
| const double | v2 | ||
| ) |
| prevariable& atan2 | ( | const double | v1, |
| const prevariable & | v2 | ||
| ) |
| prevariable& cosh | ( | const prevariable & | v1 | ) |
| prevariable& exp | ( | const prevariable & | v1 | ) |
Compute exponential variable.
| v1 | is the input value. |
Definition at line 22 of file fvar_fn1.cpp.
| prevariable& ldexp | ( | const prevariable & | v1, |
| const int & | exponent | ||
| ) |
| prevariable& pow | ( | const prevariable & | v1, |
| const prevariable & | v2 | ||
| ) |
| prevariable& pow | ( | const double | u, |
| const prevariable & | v1 | ||
| ) |
| prevariable& sinh | ( | const prevariable & | v1 | ) |
| prevariable& sqr | ( | const prevariable & | v1 | ) |
| prevariable& sqrt | ( | const prevariable & | v1 | ) |
| prevariable& tan | ( | const prevariable & | v1 | ) |
| prevariable& tanh | ( | const prevariable & | v1 | ) |
|
|
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5
|