$Id$ Author: Unknown More...
#include <fvar.hpp>
Go to the source code of this file.
Functions | |
dvariable | factln (const dvariable &n) |
Log-factorial . | |
double | factln (double n) |
Log-factorial . | |
dvar_vector | factln (const dvar_vector &r) |
Log-factorial of an array. | |
dvariable | gammln (const dvariable &xx) |
dvar_vector | gammln (const dvar_vector &v) |
Log-Gamma of an array. | |
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'. | |
dvariable | log_comb (const dvariable &n, const dvariable &k) |
Log of the binomial coefficent i.e log of 'n choose k'. | |
dvariable | log_comb (double n, const dvariable &k) |
Log of the binomial coefficent i.e log of 'n choose k'. | |
dvar_vector | log_comb (const dvar_vector &n, const dvar_vector &r) |
Log-binomial of two arrays. | |
dvar_vector | log_comb (const dvector &n, const dvar_vector &r) |
Log-binomial of a number with an arrays. | |
dvar_vector | log_comb (const dvar_vector &n, const dvector &r) |
Log-binomial of two arrays. | |
dvar_vector | log_comb (const dvariable &n, const dvector &r) |
Log-binomial of a number with an arrays. | |
dvar_vector | log_comb (const dvariable &n, const dvar_vector &r) |
Log-binomial of a number with an arrays. | |
dvar_vector | log_comb (double n, const dvar_vector &r) |
Log-binomial of a number with an arrays. |
$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 dvariable gammlnguts | ( | 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 Tue Mar 8 2016 19:51:36 for ADMB Documentation by 1.8.0 |