ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Classes | Functions
df32fun.h File Reference

(* $Id$)

Description not yet available. More...

Go to the source code of this file.

Classes

class  df3_two_matrix
 Description not yet available. More...
class  df3_two_variable
 Description not yet available. More...
class  df3_two_vector
 Description not yet available. More...
class  init_df3_two_variable
 Description not yet available. More...

Functions

df3_two_variable atan (const df3_two_variable &x)
 Description not yet available.
df3_two_matrix choleski_decomp (const df3_two_matrix &MM)
 Description not yet available.
df3_two_variable cos (const df3_two_variable &x)
df3_two_variable cube (const df3_two_variable &x)
df3_two_variable cumd_gamma (const df3_two_variable &x, const df3_two_variable &a)
df3_two_variable exp (const df3_two_variable &x)
 Description not yet available.
df3_two_variable fabs (const df3_two_variable &x)
 Description not yet available.
dvector first_derivatives (const df3_two_vector &v)
dmatrix first_derivatives (const df3_two_matrix &v)
df3_two_variable gammln (const df3_two_variable &xx)
 Log gamma function.
df3_two_variable inv (const df3_two_variable &x)
 Description not yet available.
df3_two_variable log (const df3_two_variable &x)
 Description not yet available.
df3_two_variable operator* (const df3_two_variable &x, const df3_two_variable &y)
 Description not yet available.
df3_two_variable operator* (double x, const df3_two_variable &y)
 Description not yet available.
df3_two_variable operator* (const df3_two_variable &x, double y)
 Description not yet available.
df3_two_variable operator+ (const double x, const df3_two_variable &y)
 Description not yet available.
df3_two_variable operator+ (const df3_two_variable &x, const double y)
 Description not yet available.
df3_two_variable operator+ (const df3_two_variable &x, const df3_two_variable &y)
 Description not yet available.
df3_two_variable operator- (double x, const df3_two_variable &y)
 Description not yet available.
df3_two_variable operator- (const df3_two_variable &x, double y)
 Description not yet available.
df3_two_variable operator- (const df3_two_variable &x, const df3_two_variable &y)
 Description not yet available.
df3_two_variable operator- (const df3_two_variable &v)
 Description not yet available.
df3_two_variable operator/ (const df3_two_variable &x, const df3_two_variable &y)
 Description not yet available.
df3_two_variable operator/ (const double x, const df3_two_variable &y)
 Description not yet available.
df3_two_variable operator/ (const df3_two_variable &x, const double y)
 Description not yet available.
int operator< (const df3_two_variable &x, double n)
 Description not yet available.
int operator< (const df3_two_variable &x, const df3_two_variable &n)
 Description not yet available.
int operator== (const df3_two_variable &x, const df3_two_variable &n)
 Description not yet available.
int operator== (const df3_two_variable &x, double n)
 Description not yet available.
int operator== (double x, const df3_two_variable &n)
 Description not yet available.
int operator> (const df3_two_variable &x, double n)
 Description not yet available.
int operator> (const df3_two_variable &x, const df3_two_variable &n)
 Description not yet available.
int operator>= (const df3_two_variable &x, double n)
 Description not yet available.
df3_two_variable pow (const df3_two_variable &x, const df3_two_variable &y)
 Description not yet available.
dvector second_derivatives (const df3_two_vector &v)
dmatrix second_derivatives (const df3_two_matrix &v)
df3_two_variable sin (const df3_two_variable &x)
 Description not yet available.
df3_two_variable sqrt (const df3_two_variable &x)
 Description not yet available.
df3_two_variable square (const df3_two_variable &x)
 Description not yet available.
df3_two_variable tan (const df3_two_variable &x)
 Description not yet available.
dvector third_derivatives (const df3_two_vector &v)
dmatrix third_derivatives (const df3_two_matrix &v)
double value (const df3_two_variable &x)
 Description not yet available.
dvector value (const df3_two_vector &v)
 Description not yet available.
dmatrix value (const df3_two_matrix &v)
 Description not yet available.

Detailed Description

Description not yet available.

Definition in file df32fun.h.


Function Documentation

Description not yet available.

Parameters:

Definition at line 620 of file df32fun.cpp.

Description not yet available.

Parameters:

Definition at line 1133 of file df32fun.cpp.

Definition at line 142 of file df3gammp.cpp.

Description not yet available.

Parameters:

Definition at line 748 of file df32fun.cpp.

Description not yet available.

Parameters:

Definition at line 694 of file df32fun.cpp.

Log gamma function.

Parameters:
xx$x$
Returns:
$\ln\bigr(\Gamma(x)\bigl)$



The implementation of this algorithm was inspired by "Numerical Recipes in C", 2nd edition, Press, Teukolsky, Vetterling, Flannery, chapter 6

Definition at line 46 of file df3gammp.cpp.

Description not yet available.

Parameters:

Definition at line 777 of file df32fun.cpp.

Description not yet available.

Parameters:

Definition at line 731 of file df32fun.cpp.

df3_two_variable operator* ( const df3_two_variable x,
const df3_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 833 of file df32fun.cpp.

df3_two_variable operator* ( double  x,
const df3_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 859 of file df32fun.cpp.

df3_two_variable operator* ( const df3_two_variable y,
double  x 
)

Description not yet available.

Parameters:

Definition at line 881 of file df32fun.cpp.

df3_two_variable operator+ ( const double  x,
const df3_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 936 of file df32fun.cpp.

df3_two_variable operator+ ( const df3_two_variable x,
const double  y 
)

Description not yet available.

Parameters:

Definition at line 956 of file df32fun.cpp.

df3_two_variable operator+ ( const df3_two_variable x,
const df3_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 976 of file df32fun.cpp.

df3_two_variable operator- ( double  x,
const df3_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 1018 of file df32fun.cpp.

df3_two_variable operator- ( const df3_two_variable x,
double  y 
)

Description not yet available.

Parameters:

Definition at line 1039 of file df32fun.cpp.

df3_two_variable operator- ( const df3_two_variable x,
const df3_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 997 of file df32fun.cpp.

df3_two_variable operator- ( const df3_two_variable v)

Description not yet available.

Parameters:

Definition at line 295 of file df32fun.cpp.

df3_two_variable operator/ ( const df3_two_variable x,
const df3_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 914 of file df32fun.cpp.

df3_two_variable operator/ ( const double  x,
const df3_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 925 of file df32fun.cpp.

df3_two_variable operator/ ( const df3_two_variable x,
double  y 
)

Description not yet available.

Parameters:

Definition at line 903 of file df32fun.cpp.

int operator< ( const df3_two_variable x,
double  n 
)

Description not yet available.

Parameters:

Definition at line 391 of file df32fun.cpp.

int operator< ( const df3_two_variable x,
const df3_two_variable n 
)

Description not yet available.

Parameters:

Definition at line 445 of file df32fun.cpp.

int operator== ( const df3_two_variable x,
const df3_two_variable n 
)

Description not yet available.

Parameters:

Definition at line 418 of file df32fun.cpp.

int operator== ( const df3_two_variable x,
double  n 
)

Description not yet available.

Parameters:

Definition at line 427 of file df32fun.cpp.

int operator== ( double  x,
const df3_two_variable n 
)

Description not yet available.

Parameters:

Definition at line 436 of file df32fun.cpp.

int operator> ( const df3_two_variable x,
double  n 
)

Description not yet available.

Parameters:

Definition at line 400 of file df32fun.cpp.

int operator> ( const df3_two_variable x,
const df3_two_variable n 
)

Description not yet available.

Parameters:

Definition at line 454 of file df32fun.cpp.

int operator>= ( const df3_two_variable x,
double  n 
)

Description not yet available.

Parameters:

Definition at line 409 of file df32fun.cpp.

df3_two_variable pow ( const df3_two_variable x,
const df3_two_variable y 
)

Description not yet available.

Parameters:

Definition at line 765 of file df32fun.cpp.

Description not yet available.

Parameters:

Definition at line 677 of file df32fun.cpp.

Description not yet available.

Parameters:

Definition at line 600 of file df32fun.cpp.

Description not yet available.

Parameters:

Definition at line 640 of file df32fun.cpp.

Description not yet available.

Parameters:

Definition at line 657 of file df32fun.cpp.

double value ( const df3_two_variable x) [inline]

Description not yet available.

Parameters:

Definition at line 121 of file df32fun.h.

dvector value ( const df3_two_vector v)

Description not yet available.

Parameters:

Definition at line 84 of file df32fun.cpp.

dmatrix value ( const df3_two_matrix v)

Description not yet available.

Parameters:

Definition at line 167 of file df32fun.cpp.