ADMB Documentation
-a65f1c97
|
Description not yet available. More...
#include <df1b2fun.h>
Go to the source code of this file.
Functions | |
int | active (const df1b2_init_vector &x) |
Description not yet available. More... | |
int | active (const df1b2_init_number &x) |
Description not yet available. More... | |
int | active (const df1b2_init_matrix &x) |
Description not yet available. More... | |
df1b2variable | boundp (const df1b2variable &x, double fmin, double fmax, const df1b2variable &_fpen) |
Bound model parameter. More... | |
df1b2variable | boundp (const df1b2variable &_x, double fmin, double fmax, const df1b2variable &_fpen, double s) |
Bound and scale model parameter. More... | |
df1b2variable | boundp (const df1b2variable &x, double fmin, double fmax) |
Description not yet available. More... | |
void | set_value (const df1b2vector &_x, const init_df1b2vector &_v, const int &_ii, double fmin, double fmax, const df1b2variable &fpen, double s) |
void | set_value (const df1b2variable &_u, const init_df1b2vector &_x, const int &_ii, double fmin, double fmax, const df1b2variable &_fpen) |
Description not yet available. More... | |
void | set_value (const df1b2variable &_u, const init_df1b2vector &_x, const int &_ii, double fmin, double fmax, const df1b2variable &_fpen, double s) |
void | set_value (const df1b2vector &_x, const init_df1b2vector &_v, const int &_ii, double fmin, double fmax, const df1b2variable &fpen) |
Description not yet available. More... | |
void | set_value_mc (const df1b2vector &_x, const init_df1b2vector &_v, const int &_ii, double fmin, double fmax) |
Description not yet available. More... | |
Description not yet available.
Definition in file df1b2f15.cpp.
int active | ( | const df1b2_init_vector & | x | ) |
int active | ( | const df1b2_init_number & | x | ) |
int active | ( | const df1b2_init_matrix & | x | ) |
df1b2variable boundp | ( | const df1b2variable & | x, |
double | fmin, | ||
double | fmax, | ||
const df1b2variable & | _fpen | ||
) |
Bound model parameter.
x | Variable to bound |
fmin | Lower value |
fmax | Upper value |
_fpen | Penalty to apply |
Definition at line 418 of file df1b2f15.cpp.
df1b2variable boundp | ( | const df1b2variable & | _x, |
double | fmin, | ||
double | fmax, | ||
const df1b2variable & | _fpen, | ||
double | s | ||
) |
Bound and scale model parameter.
x | Variable to bound |
fmin | Lower value |
fmax | Upper value |
_fpen | Penalty to apply |
Definition at line 469 of file df1b2f15.cpp.
df1b2variable boundp | ( | const df1b2variable & | x, |
double | fmin, | ||
double | fmax | ||
) |
void set_value | ( | const df1b2vector & | _x, |
const init_df1b2vector & | _v, | ||
const int & | _ii, | ||
double | fmin, | ||
double | fmax, | ||
const df1b2variable & | fpen, | ||
double | s | ||
) |
Definition at line 573 of file df1b2f15.cpp.
void set_value | ( | const df1b2variable & | _u, |
const init_df1b2vector & | _x, | ||
const int & | _ii, | ||
double | fmin, | ||
double | fmax, | ||
const df1b2variable & | _fpen | ||
) |
void set_value | ( | const df1b2variable & | _u, |
const init_df1b2vector & | _x, | ||
const int & | _ii, | ||
double | fmin, | ||
double | fmax, | ||
const df1b2variable & | _fpen, | ||
double | s | ||
) |
Definition at line 382 of file df1b2f15.cpp.
void set_value | ( | const df1b2vector & | _x, |
const init_df1b2vector & | _v, | ||
const int & | _ii, | ||
double | fmin, | ||
double | fmax, | ||
const df1b2variable & | fpen | ||
) |
void set_value_mc | ( | const df1b2vector & | _x, |
const init_df1b2vector & | _v, | ||
const int & | _ii, | ||
double | fmin, | ||
double | fmax | ||
) |
Generated on Wed Sep 7 2022 00:01:30 for ADMB Documentation by 1.8.5 |