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

(* $Id$)

Description not yet available. More...

#include <cstring>
#include <inttypes.h>
#include <df1b2fun.h>
#include "admb_messages.h"

Go to the source code of this file.

Typedefs

typedef df1b2variable(* P_USER_FUNCTION )(const init_df1b2vector &x)
typedef init_df1b2variablePINIT_DF1B2VARIABLE
typedef double(* PTDF )(double)

Functions

void ad_read_pass2 (void)
 Description not yet available.
int adptr_diff (void *x, void *y)
dmatrix check_second_derivatives (const init_df1b2vector &x)
 Description not yet available.
d3_array check_third_derivatives (const init_df1b2vector &x)
 Description not yet available.
double d1F (P_USER_FUNCTION pu, const init_df1b2vector &_x, int i, double _delta)
 Description not yet available.
double d2F (P_USER_FUNCTION pu, const init_df1b2vector &_x, int i, int j, double delta)
 Description not yet available.
double d3F (P_USER_FUNCTION pu, const init_df1b2vector &_x, int i, int j, int k, double delta)
 Description not yet available.
unsigned int get_f1b2buffer_size (const char *s)
 Get f1b2buffer size from commandline options.
dmatrix get_hessian (const init_df1b2vector &_x)
 Description not yet available.
void set_dependent_variable (const df1b2variable &_x)
 Description not yet available.
PTDF tan_address ()
 Description not yet available.
double & value (const df1b2variable &_x)
 Description not yet available.

Variables

char AD_allocation_error_message [] = "Error tryng to allocate memory for "
adkludge1 * adkludgexxx
int max_num_init_df1b2variable = 500

Detailed Description

Description not yet available.

Definition in file df1b2fn2.cpp.


Typedef Documentation

Definition at line 733 of file df1b2fn2.cpp.

Definition at line 240 of file df1b2fn2.cpp.

typedef double(* PTDF)(double)

Definition at line 509 of file df1b2fn2.cpp.


Function Documentation

void ad_read_pass2 ( void  )

Description not yet available.

Parameters:

Definition at line 76 of file df1b2f12.cpp.

int adptr_diff ( void *  x,
void *  y 
)

Description not yet available.

Parameters:

Definition at line 806 of file df1b2fn2.cpp.

Description not yet available.

Parameters:

Definition at line 833 of file df1b2fn2.cpp.

double d1F ( P_USER_FUNCTION  pu,
const init_df1b2vector _x,
int  i,
double  _delta 
)

Description not yet available.

Parameters:

Definition at line 739 of file df1b2fn2.cpp.

Referenced by d2F().

double d2F ( P_USER_FUNCTION  pu,
const init_df1b2vector _x,
int  i,
int  j,
double  delta 
)

Description not yet available.

Parameters:

Definition at line 764 of file df1b2fn2.cpp.

Referenced by d3F().

double d3F ( P_USER_FUNCTION  pu,
const init_df1b2vector _x,
int  i,
int  j,
int  k,
double  delta 
)

Description not yet available.

Parameters:

Definition at line 788 of file df1b2fn2.cpp.

unsigned int get_f1b2buffer_size ( const char *  s)

Get f1b2buffer size from commandline options.

Definition at line 986 of file df1b2fn2.cpp.

Referenced by df1b2_gradlist::df1b2_gradlist().

Description not yet available.

Parameters:

Definition at line 712 of file df1b2fn2.cpp.

void set_dependent_variable ( const df1b2variable _x)

Description not yet available.

Parameters:

Definition at line 515 of file df1b2fn2.cpp.

Referenced by df1b2function1::operator()().

double& value ( const df1b2variable _x)

Description not yet available.

Parameters:

Definition at line 480 of file df1b2fn2.cpp.


Variable Documentation

char AD_allocation_error_message[] = "Error tryng to allocate memory for "

Definition at line 32 of file df1b2fn2.cpp.

adkludge1* adkludgexxx

Definition at line 238 of file df1b2fn2.cpp.

Definition at line 30 of file df1b2fn2.cpp.

Referenced by init_df1b2vector::allocate().