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

(Last Changed on August 31, 2012 for git-revision d5855dfaa46e79af55304c1743c6f1dd96009b33.)

#include <admodel.h>
#include <df1b2fun.h>
#include <adrndeff.h>

Go to the source code of this file.

Functions

dvariable HollingIII (const double &x, const prevariable &a, const prevariable &b)
 Holling Type III function; scalar. More...
 
dvar_vector HollingIII (const dvector &x, const prevariable &a, const prevariable &b)
 Holling Type III function; vectorized. More...
 
dvar_vector HollingIII (const dvector &x, const dvar_vector &a, const prevariable &b)
 Holling Type III function; vectorized. More...
 
dvar_vector HollingIII (const dvector &x, const prevariable &a, const dvar_vector &b)
 Holling Type III function; vectorized. More...
 
dvar_vector HollingIII (const dvector &x, const dvar_vector &a, const dvar_vector &b)
 Holling Type III function; vectorized. More...
 
df1b2variable HollingIII (const double &x, const df1b2variable &a, const df1b2variable &b)
 Holling Type III function; random effects scalar. More...
 
df1b2vector HollingIII (const dvector &x, const df1b2variable &a, const df1b2variable &b)
 Holling Type III function; random effects vectorized. More...
 
df1b2vector HollingIII (const dvector &x, const df1b2vector &a, const df1b2variable &b)
 Holling Type III function; random effects vectorized. More...
 
df1b2vector HollingIII (const dvector &x, const df1b2variable &a, const df1b2vector &b)
 Holling Type III function; random effects vectorized. More...
 
df1b2vector HollingIII (const dvector &x, const df1b2vector &a, const df1b2vector &b)
 Holling Type III function; random effects vectorized. More...