Go to the source code of this file.
Functions | |
void | arr_free (double_and_int *varr) |
Description not yet available. | |
void | arr_free_add (arr_link *tmp) |
Description not yet available. | |
void | arr_free_remove (arr_link *tmp) |
Description not yet available. | |
double_and_int * | arr_new (unsigned int sz) |
Description not yet available. | |
void | arr_remove (arr_link **pptr) |
Remove and delete arr_link node pptr from gradient_structure::ARR_LIST1. | |
void | check_derivative_values (const char *_s) |
Description not yet available. | |
void | check_derivative_values (const char *_s, int i) |
Description not yet available. | |
void | check_derivative_values_break (const char *_s, int i, int b) |
Description not yet available. | |
void | df_check_derivative_values (void) |
Description not yet available. | |
void | df_check_derivative_values_indexed (void) |
Description not yet available. | |
void | df_check_derivative_values_indexed_break (void) |
Description not yet available. | |
void | df_print_identifier_string (void) |
Description not yet available. | |
void | insert_identifier_string (const char *_s) |
Description not yet available. | |
Variables | |
int | ad_kill_flag = 0 |
int | num_free_obj = 0 |
void arr_free | ( | double_and_int * | varr | ) |
Description not yet available.
Definition at line 241 of file newdar.cpp.
Referenced by dvar_vector::deallocate().
void arr_free_add | ( | arr_link * | tmp | ) |
Description not yet available.
Definition at line 68 of file newdar.cpp.
Referenced by arr_free().
void arr_free_remove | ( | arr_link * | tmp | ) |
Description not yet available.
Definition at line 44 of file newdar.cpp.
Referenced by arr_free(), and arr_new().
double_and_int* arr_new | ( | unsigned int | sz | ) |
Description not yet available.
Definition at line 82 of file newdar.cpp.
Referenced by dvar_vector::allocate(), and dvar_vector::dvar_vector().
void arr_remove | ( | arr_link ** | pptr | ) |
Remove and delete arr_link node pptr from gradient_structure::ARR_LIST1.
Definition at line 542 of file newdar.cpp.
Referenced by arr_free().
void check_derivative_values | ( | const char * | _s | ) |
void check_derivative_values | ( | const char * | _s, |
int | i | ||
) |
void check_derivative_values_break | ( | const char * | _s, |
int | i, | ||
int | b | ||
) |
void df_check_derivative_values | ( | void | ) |
Description not yet available.
Definition at line 376 of file newdar.cpp.
Referenced by check_derivative_values().
void df_check_derivative_values_indexed | ( | void | ) |
Description not yet available.
Definition at line 440 of file newdar.cpp.
Referenced by check_derivative_values().
void df_check_derivative_values_indexed_break | ( | void | ) |
Description not yet available.
Definition at line 489 of file newdar.cpp.
Referenced by check_derivative_values_break().
void df_print_identifier_string | ( | void | ) |
Description not yet available.
Definition at line 429 of file newdar.cpp.
Referenced by insert_identifier_string().
void insert_identifier_string | ( | const char * | _s | ) |
int ad_kill_flag = 0 |
Definition at line 23 of file newdar.cpp.
Referenced by df_check_derivative_values(), df_check_derivative_values_indexed(), and df_check_derivative_values_indexed_break().
int num_free_obj = 0 |
Definition at line 22 of file newdar.cpp.
Referenced by arr_free_add(), and arr_free_remove().
Generated on Tue Mar 8 2016 19:51:38 for ADMB Documentation by 1.8.0 |