ADMB Documentation
-a65f1c97
|
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) |
Member functions for class function_minimzer.
Author: David Fournier Copyright (c) 2009-2012 ADMB Foundation.
Contains routines for numerical integration
Definition in file dfqromb.cpp.
#define JMAX 50 |
Definition at line 19 of file dfqromb.cpp.
Referenced by function_minimizer::adromb().
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.
Generated on Wed Sep 7 2022 00:01:31 for ADMB Documentation by 1.8.5 |