Go to the source code of this file.
Classes | |
class | admb::messages |
Defines | |
#define | ADMB_ARRAY_BOUNDS_ERROR(message, function, lower_bounds, upper_bounds, index) |
#define | ADMB_ERROR(x) admb::messages::error(x); |
Variables | |
const int | admb::ARRAY_BOUNDS_ERROR = 42 |
#define ADMB_ARRAY_BOUNDS_ERROR | ( | message, | |
function, | |||
lower_bounds, | |||
upper_bounds, | |||
index | |||
) |
admb::messages::array_bounds_error(message,function,lower_bounds,\ upper_bounds,index);
Definition at line 47 of file admb_messages.h.
Referenced by colsum(), column(), column_value(), extract_column(), extract_row(), param_init_bounded_number_matrix::operator()(), and param_init_bounded_number_matrix::operator[]().
#define ADMB_ERROR | ( | x | ) | admb::messages::error(x); |
Definition at line 46 of file admb_messages.h.
Generated on Tue Mar 8 2016 19:51:36 for ADMB Documentation by 1.8.0 |