ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions | Variables
df1b2fn2.cpp File Reference

(Last Changed on January 24, 2022 for git-revision 74757431d83636e29cb5726a0bcd75902dacd0d9.)

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)
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 
int adptr_diff (void *x, void *y)
 
dmatrix check_second_derivatives (const init_df1b2vector &x)
 Description not yet available. More...
 
d3_array check_third_derivatives (const init_df1b2vector &x)
 Description not yet available. More...
 
double d1F (P_USER_FUNCTION pu, const init_df1b2vector &_x, int i, double _delta)
 Description not yet available. More...
 
double d2F (P_USER_FUNCTION pu, const init_df1b2vector &_x, int i, int j, double delta)
 Description not yet available. More...
 
double d3F (P_USER_FUNCTION pu, const init_df1b2vector &_x, int i, int j, int k, double delta)
 Description not yet available. More...
 
unsigned int get_f1b2buffer_size (const char *s)
 Get f1b2buffer size from commandline options. More...
 
dmatrix get_hessian (const init_df1b2vector &_x)
 Description not yet available. More...
 
void set_dependent_variable (const df1b2variable &_x)
 Description not yet available. More...
 
PTDF tan_address ()
 Description not yet available. More...
 
double & value (const df1b2variable &_x)
 Description not yet available. More...
 

Variables

char AD_allocation_error_message [] ="Error: trying 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

typedef df1b2variable(* P_USER_FUNCTION)(const init_df1b2vector &x)

Definition at line 734 of file df1b2fn2.cpp.

Definition at line 240 of file df1b2fn2.cpp.

typedef double(* PTDF)(double)

Definition at line 505 of file df1b2fn2.cpp.

Function Documentation

void ad_read_pass2 ( void  )

Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.

Description not yet available.

Parameters

Definition at line 70 of file df1b2f12.cpp.

int adptr_diff ( void *  x,
void *  y 
)
dmatrix check_second_derivatives ( const init_df1b2vector x)

Description not yet available.

Parameters

Definition at line 807 of file df1b2fn2.cpp.

d3_array check_third_derivatives ( const init_df1b2vector x)

Description not yet available.

Parameters

Definition at line 834 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 740 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 765 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 789 of file df1b2fn2.cpp.

unsigned int get_f1b2buffer_size ( const char *  s)

Get f1b2buffer size from commandline options.

Definition at line 987 of file df1b2fn2.cpp.

Referenced by df1b2_gradlist::df1b2_gradlist().

dmatrix get_hessian ( const init_df1b2vector _x)

Description not yet available.

Parameters

Definition at line 713 of file df1b2fn2.cpp.

void set_dependent_variable ( const df1b2variable _x)
PTDF tan_address ( )

Description not yet available.

Parameters

Definition at line 511 of file df1b2fn2.cpp.

Referenced by df1b2function1::operator()().

double& value ( const df1b2variable _x)

Description not yet available.

Parameters

Definition at line 476 of file df1b2fn2.cpp.

Variable Documentation

char AD_allocation_error_message[] ="Error: trying to allocate memory for "

Definition at line 32 of file df1b2fn2.cpp.

adkludge1* adkludgexxx

Definition at line 238 of file df1b2fn2.cpp.

int max_num_init_df1b2variable =500

Definition at line 30 of file df1b2fn2.cpp.

Referenced by init_df1b2vector::allocate().