ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Functions | Variables
newdar.cpp File Reference

(* $Id$)

#include "fvar.hpp"
#include <stdlib.h>

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_intarr_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

Function Documentation

void arr_free ( double_and_int varr)

Description not yet available.

Parameters:

Definition at line 241 of file newdar.cpp.

Referenced by dvar_vector::deallocate().

void arr_free_add ( arr_link tmp)

Description not yet available.

Parameters:

Definition at line 68 of file newdar.cpp.

Referenced by arr_free().

void arr_free_remove ( arr_link tmp)

Description not yet available.

Parameters:

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.

Parameters:

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)

Description not yet available.

Parameters:

Definition at line 320 of file newdar.cpp.

void check_derivative_values ( const char *  _s,
int  i 
)

Description not yet available.

Parameters:

Definition at line 333 of file newdar.cpp.

void check_derivative_values_break ( const char *  _s,
int  i,
int  b 
)

Description not yet available.

Parameters:

Definition at line 361 of file newdar.cpp.

void df_check_derivative_values ( void  )

Description not yet available.

Parameters:

Definition at line 376 of file newdar.cpp.

Referenced by check_derivative_values().

Description not yet available.

Parameters:

Definition at line 440 of file newdar.cpp.

Referenced by check_derivative_values().

Description not yet available.

Parameters:

Definition at line 489 of file newdar.cpp.

Referenced by check_derivative_values_break().

void df_print_identifier_string ( void  )

Description not yet available.

Parameters:

Definition at line 429 of file newdar.cpp.

Referenced by insert_identifier_string().

void insert_identifier_string ( const char *  _s)

Description not yet available.

Parameters:

Definition at line 349 of file newdar.cpp.


Variable Documentation

int ad_kill_flag = 0
int num_free_obj = 0

Definition at line 22 of file newdar.cpp.

Referenced by arr_free_add(), and arr_free_remove().