Description not yet available. More...
Go to the source code of this file.
Functions | |
| void | gradfree (dlink *) |
| Description not yet available. | |
| prevariable & | operator+ (const double x, const prevariable &v2) |
| Description not yet available. | |
| prevariable & | operator+ (const prevariable &v1, const double x) |
| Description not yet available. | |
| prevariable & | operator- (const prevariable &v1, const prevariable &v2) |
| Description not yet available. | |
| prevariable & | operator- (const prevariable &v1, const double x) |
| Description not yet available. | |
| prevariable & | operator- (const double x, const prevariable &v2) |
| Description not yet available. | |
| prevariable & | operator- (const prevariable &v1) |
| Description not yet available. | |
| prevariable & | operator/ (const prevariable &v1, const prevariable &v2) |
| Description not yet available. | |
| prevariable & | operator/ (const double u, const prevariable &v2) |
| Description not yet available. | |
| prevariable & | operator/ (const prevariable &v1, const double u) |
| Description not yet available. | |
Description not yet available.
Definition in file fvar_op2.cpp.
| prevariable& operator+ | ( | const double | x, |
| const prevariable & | v2 | ||
| ) |
| prevariable& operator+ | ( | const prevariable & | v1, |
| const double | x | ||
| ) |
| prevariable& operator- | ( | const prevariable & | v1, |
| const prevariable & | v2 | ||
| ) |
| prevariable& operator- | ( | const prevariable & | v1, |
| const double | x | ||
| ) |
| prevariable& operator- | ( | const double | x, |
| const prevariable & | v2 | ||
| ) |
| prevariable& operator- | ( | const prevariable & | v1 | ) |
| prevariable& operator/ | ( | const prevariable & | v1, |
| const prevariable & | v2 | ||
| ) |
| prevariable& operator/ | ( | const double | u, |
| const prevariable & | v2 | ||
| ) |
| prevariable& operator/ | ( | const prevariable & | v1, |
| const double | u | ||
| ) |
|
|
Generated on Tue Mar 8 2016 19:51:37 for ADMB Documentation by 1.8.0
|