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

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

Member functions for class function_minimzer. More...

#include <admodel.h>

Go to the source code of this file.

Macros

#define JMAX   50
 

Functions

void polint (const dvector &xa, const dvar_vector &ya, int n, double x, const dvariable &y, const dvariable &dy)
 
dvariable trapzd (_func func, double a, double b, int n)
 
dvariable trapzd (_func func, double a, const dvariable &b, int n)
 
dvariable trapzd (_func func, const dvariable &a, const dvariable &b, int n)
 
dvariable trapzd (_func func, const dvariable &a, double b, int n)
 

Detailed Description

Member functions for class function_minimzer.

Author: David Fournier Copyright (c) 2009-2012 ADMB Foundation.

Author
David Fournier

Contains routines for numerical integration

Definition in file dfqromb.cpp.

Macro Definition Documentation

#define JMAX   50

Definition at line 19 of file dfqromb.cpp.

Referenced by function_minimizer::adromb().

Function Documentation

void polint ( const dvector xa,
const dvar_vector ya,
int  n,
double  x,
const dvariable y,
const dvariable dy 
)

Definition at line 267 of file dfqromb.cpp.

dvariable trapzd ( _func  func,
double  a,
double  b,
int  n 
)
dvariable trapzd ( _func  func,
double  a,
const dvariable b,
int  n 
)
dvariable trapzd ( _func  func,
const dvariable a,
const dvariable b,
int  n 
)
dvariable trapzd ( _func  func,
const dvariable a,
double  b,
int  n 
)