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

(Last Changed on June 29, 2022 for git-revision be1526a357a87937cf302cae3cdbcf78712362c7.)

#include <admodel.h>

Go to the source code of this file.

Macros

#define ISZERO(d)   ((d)==0.0)
 

Functions

int active (const initial_params &ip)
 
void check_datafile_pointer (void *p)
 Exits if p is null. More...
 
int withinbound (int lb, int n, int ub)
 

Variables

int AD_gaussflag =0
 
int ADqd_flag =0
 
int * pointer_to_phase
 

Macro Definition Documentation

#define ISZERO (   d)    ((d)==0.0)

Function Documentation

int active ( const initial_params ip)

Definition at line 437 of file model.cpp.

void check_datafile_pointer ( void *  p)
int withinbound ( int  lb,
int  n,
int  ub 
)

Variable Documentation

int AD_gaussflag =0
int ADqd_flag =0
int* pointer_to_phase

Definition at line 86 of file newfmin.cpp.

Referenced by fmm::fmin(), and initial_params::initial_params().