ADMB Documentation
-a65f1c97
|
#include <admodel.h>
Go to the source code of this file.
Macros | |
#define | ISZERO(d) ((d)==0.0) |
Functions | |
int | active (const initial_params &ip) |
void | check_datafile_pointer (void *p) |
Exits if p is null. More... | |
int | withinbound (int lb, int n, int ub) |
Variables | |
int | AD_gaussflag =0 |
int | ADqd_flag =0 |
int * | pointer_to_phase |
#define ISZERO | ( | d | ) | ((d)==0.0) |
Definition at line 15 of file model.cpp.
Referenced by param_init_vector::set_value(), param_init_bounded_vector::set_value(), param_init_number::set_value(), param_init_bounded_number::set_value(), param_init_matrix::set_value(), param_init_vector::set_value_inv(), param_init_bounded_vector::set_value_inv(), param_init_number::set_value_inv(), param_init_bounded_number::set_value_inv(), and param_init_matrix::set_value_inv().
int active | ( | const initial_params & | ip | ) |
void check_datafile_pointer | ( | void * | p | ) |
Exits if p is null.
Definition at line 560 of file model.cpp.
Referenced by data_int::allocate(), init_adstring::allocate(), data_adstring_array::allocate(), init_line_adstring::allocate(), data_matrix::allocate(), data_3array::allocate(), data_3iarray::allocate(), data_imatrix::allocate(), data_vector::allocate(), data_ivector::allocate(), and data_number::allocate().
int withinbound | ( | int | lb, |
int | n, | ||
int | ub | ||
) |
Definition at line 45 of file model.cpp.
Referenced by initial_params::add_random_vector(), check_for_params_on_bounds(), initial_params::copy_all_values(), initial_params::correct_for_dev_objects(), initial_params::get_jacobian_value(), get_param_names(), initial_params::montecarlo_scale(), initial_params::num_active_calc(), initial_params::nvarcalc(), initial_params::reset(), initial_df1b2params::reset(), initial_params::reset1(), initial_params::restore_all_values(), initial_params::save_all(), function_minimizer::sd_routine(), initial_params::set_all_simulation_bounds(), initial_df1b2params::set_index(), initial_params::stddev_curvscale(), initial_params::stddev_scale(), initial_df1b2params::stddev_scale(), initial_params::stddev_vscale(), initial_params::xinit(), and initial_params::xinit1().
int AD_gaussflag =0 |
Definition at line 27 of file model.cpp.
Referenced by dll_param_matrix::allocate(), dll_param_init_matrix::allocate(), dll_data_matrix::allocate(), dll_data_matrix::~dll_data_matrix(), dll_param_init_matrix::~dll_param_init_matrix(), and dll_param_matrix::~dll_param_matrix().
int ADqd_flag =0 |
int* pointer_to_phase |
Definition at line 86 of file newfmin.cpp.
Referenced by fmm::fmin(), and initial_params::initial_params().
Generated on Wed Sep 7 2022 00:01:32 for ADMB Documentation by 1.8.5 |