|
ADMB Documentation
-a65f1c97
|
Description not yet available. More...
Go to the source code of this file.
Macros | |
| #define | USE_BARD_PEN |
Functions | |
| double | boundpin (const prevariable &xx, double fmin, double fmax, const double &s) |
| Description not yet available. More... | |
| double | dmax (double, double) |
| Returns the maximum of two numbers. More... | |
| double | dmin (double, double) |
| Returns the minimum of two numbers. More... | |
Description not yet available.
Definition in file scbound1.cpp.
| #define USE_BARD_PEN |
Definition at line 23 of file scbound1.cpp.
| double boundpin | ( | const prevariable & | xx, |
| double | fmin, | ||
| double | fmax, | ||
| const double & | s | ||
| ) |
| double dmax | ( | double | x, |
| double | y | ||
| ) |
Returns the maximum of two numbers.
| x | First number |
| y | Second number |
Definition at line 505 of file boundfun.cpp.
| double dmin | ( | double | x, |
| double | y | ||
| ) |
Returns the minimum of two numbers.
| x | First number |
| y | Second number |
Definition at line 489 of file boundfun.cpp.
|
|
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5
|