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

(* $Id: fvar_fn1.cpp 708 2012-12-06 18:00:58Z jsibert $)

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

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

Go to the source code of this file.

Functions

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

Detailed Description

More overloads of math library functions for variable arguments.

Definition in file fvar_fn1.cpp.


Function Documentation

void gradfree ( dlink v)

Description not yet available.

Parameters:

Definition at line 66 of file fvar2.cpp.

prevariable& exp ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 28 of file fvar_fn1.cpp.

prevariable& atan ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 43 of file fvar_fn1.cpp.

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

Description not yet available.

Parameters:

Definition at line 56 of file fvar_fn1.cpp.

prevariable& sqrt ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 69 of file fvar_fn1.cpp.

prevariable& sqr ( 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 111 of file fvar_fn1.cpp.

prevariable& tanh ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 125 of file fvar_fn1.cpp.

prevariable& acos ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 139 of file fvar_fn1.cpp.

prevariable& asin ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 152 of file fvar_fn1.cpp.

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

Description not yet available.

Parameters:

Definition at line 165 of file fvar_fn1.cpp.

prevariable& pow ( double  u,
const prevariable v1 
)

Description not yet available.

Parameters:

Definition at line 182 of file fvar_fn1.cpp.

prevariable& sinh ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 199 of file fvar_fn1.cpp.

prevariable& cosh ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 212 of file fvar_fn1.cpp.

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

Description not yet available.

Parameters:

Definition at line 225 of file fvar_fn1.cpp.

prevariable& atan2 ( const prevariable v1,
double  v2 
)

Description not yet available.

Parameters:

Definition at line 244 of file fvar_fn1.cpp.

prevariable& atan2 ( double  v1,
const prevariable v2 
)

Description not yet available.

Parameters:

Definition at line 263 of file fvar_fn1.cpp.