(Last Changed on March
04,
2014 for git-revision 8b06de3cd7a29bcc523a49ce79a7e4df671f9544.)
#include <iostream>
#include <fvar.hpp>
Go to the source code of this file.
#define ADMB_ARRAY_BOUNDS_ERROR |
( |
|
message, |
|
|
|
function, |
|
|
|
lower_bounds, |
|
|
|
upper_bounds, |
|
|
|
index |
|
) |
| |
Value:
upper_bounds,index);
static void array_bounds_error(const adstring &message, const adstring &function, const int lower_bounds, const int upper_bounds, const int 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[]().