ADMB Documentation
-a65f1c97
|
$Id$ Author: Unknown More...
#include <fvar.hpp>
Go to the source code of this file.
Functions | |
dvariable | factln (const dvariable &n) |
Log-factorial . More... | |
double | factln (double n) |
Log-factorial . More... | |
dvar_vector | factln (const dvar_vector &r) |
Log-factorial of an array. More... | |
dvariable | gammln (const dvariable &xx) |
dvar_vector | gammln (const dvar_vector &v) |
Log-Gamma of an array. More... | |
dvariable | gammln (const prevariable &z) |
static dvariable | gammlnguts (const prevariable &_z) |
dvariable | log_comb (const dvariable &n, double k) |
Log of the binomial coefficent i.e log of 'n choose k'. More... | |
dvariable | log_comb (const dvariable &n, const dvariable &k) |
Log of the binomial coefficent i.e log of 'n choose k'. More... | |
dvariable | log_comb (double n, const dvariable &k) |
Log of the binomial coefficent i.e log of 'n choose k'. More... | |
dvar_vector | log_comb (const dvar_vector &n, const dvar_vector &r) |
Log-binomial of two arrays. More... | |
dvar_vector | log_comb (const dvector &n, const dvar_vector &r) |
Log-binomial of a number with an arrays. More... | |
dvar_vector | log_comb (const dvar_vector &n, const dvector &r) |
Log-binomial of two arrays. More... | |
dvar_vector | log_comb (const dvariable &n, const dvector &r) |
Log-binomial of a number with an arrays. More... | |
dvar_vector | log_comb (const dvariable &n, const dvar_vector &r) |
Log-binomial of a number with an arrays. More... | |
dvar_vector | log_comb (double n, const dvar_vector &r) |
Log-binomial of a number with an arrays. More... | |
$Id$ Author: Unknown
This file has routines for the variable type log-factorial, log-binomial, and log-gamma functions
Definition in file combv.cpp.
dvar_vector factln | ( | const dvar_vector & | r | ) |
dvar_vector gammln | ( | const dvar_vector & | v | ) |
dvariable gammln | ( | const prevariable & | z | ) |
|
static |
dvar_vector log_comb | ( | const dvar_vector & | n, |
const dvar_vector & | r | ||
) |
dvar_vector log_comb | ( | const dvector & | n, |
const dvar_vector & | r | ||
) |
dvar_vector log_comb | ( | const dvar_vector & | n, |
const dvector & | r | ||
) |
dvar_vector log_comb | ( | const dvariable & | n, |
const dvector & | r | ||
) |
dvar_vector log_comb | ( | const dvariable & | n, |
const dvar_vector & | r | ||
) |
dvar_vector log_comb | ( | double | n, |
const dvar_vector & | r | ||
) |
Generated on Wed Sep 7 2022 00:01:30 for ADMB Documentation by 1.8.5 |