ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Functions
fvar_fn1.cpp File Reference

(* $Id$)

More overloads of math library functions for variable arguments. More...

#include "fvar.hpp"
#include <stdio.h>
#include <cmath>

Go to the source code of this file.

Functions

prevariableacos (const prevariable &v1)
 Description not yet available.
prevariableasin (const prevariable &v1)
 Description not yet available.
prevariableatan (const prevariable &v1)
 Description not yet available.
prevariableatan2 (const prevariable &v1, const prevariable &v2)
 Description not yet available.
prevariableatan2 (const prevariable &v1, const double v2)
 Description not yet available.
prevariableatan2 (const double v1, const prevariable &v2)
 Description not yet available.
prevariablecosh (const prevariable &v1)
 Description not yet available.
prevariableexp (const prevariable &v1)
 Compute exponential variable.
void gradfree (dlink *)
 Description not yet available.
prevariableldexp (const prevariable &v1, const int &exponent)
 Description not yet available.
prevariablepow (const prevariable &v1, const prevariable &v2)
 Description not yet available.
prevariablepow (const double u, const prevariable &v1)
 Description not yet available.
prevariablesinh (const prevariable &v1)
 Description not yet available.
prevariablesqr (const prevariable &v1)
 Description not yet available.
prevariablesqrt (const prevariable &v1)
 Description not yet available.
prevariabletan (const prevariable &v1)
 Description not yet available.
prevariabletanh (const prevariable &v1)
 Description not yet available.

Detailed Description

More overloads of math library functions for variable arguments.

Definition in file fvar_fn1.cpp.


Function Documentation

prevariable& acos ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 164 of file fvar_fn1.cpp.

prevariable& asin ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 179 of file fvar_fn1.cpp.

prevariable& atan ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 61 of file fvar_fn1.cpp.

prevariable& atan2 ( const prevariable v1,
const prevariable v2 
)

Description not yet available.

Parameters:

Definition at line 257 of file fvar_fn1.cpp.

prevariable& atan2 ( const prevariable v1,
const double  v2 
)

Description not yet available.

Parameters:

Definition at line 277 of file fvar_fn1.cpp.

prevariable& atan2 ( const double  v1,
const prevariable v2 
)

Description not yet available.

Parameters:

Definition at line 297 of file fvar_fn1.cpp.

prevariable& cosh ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 243 of file fvar_fn1.cpp.

prevariable& exp ( const prevariable v1)

Compute exponential variable.

Parameters:
v1is the input value.
Returns:
exponential variable of v1.

Definition at line 29 of file fvar_fn1.cpp.

void gradfree ( dlink v)

Description not yet available.

Parameters:

Definition at line 57 of file fvar2.cpp.

prevariable& ldexp ( const prevariable v1,
const int &  exponent 
)

Description not yet available.

Parameters:

Definition at line 76 of file fvar_fn1.cpp.

prevariable& pow ( const prevariable v1,
const prevariable v2 
)

Description not yet available.

Parameters:

Definition at line 194 of file fvar_fn1.cpp.

prevariable& pow ( const double  u,
const prevariable v1 
)

Description not yet available.

Parameters:

Definition at line 212 of file fvar_fn1.cpp.

prevariable& sinh ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 229 of file fvar_fn1.cpp.

prevariable& sqr ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 112 of file fvar_fn1.cpp.

prevariable& sqrt ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 90 of file fvar_fn1.cpp.

prevariable& tan ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 134 of file fvar_fn1.cpp.

prevariable& tanh ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 149 of file fvar_fn1.cpp.