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

(* $Id$)

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.

Defines

#define cutoff   0.001
#define cutoff2   0.000001

Functions

prevariablecos (const prevariable &v1)
 Description not yet available.
prevariablefabs (const prevariable &v1)
 Absolute value.
void gradfree (dlink *)
 Description not yet available.
prevariablelog (const prevariable &v1)
 Description not yet available.
prevariablelog10 (const prevariable &v1)
 Description not yet available.
prevariablepow (const prevariable &v1, const double u)
 Description not yet available.
prevariablesfabs (const prevariable &v1)
 Smooth absolute value.
prevariablesigmoid (const prevariable &v1)
 Description not yet available.
prevariablesin (const prevariable &v1)
 Description not yet available.

Detailed Description

Overloads of math library functions for variable arguments.

Definition in file fvar_fn.cpp.


Define Documentation

#define cutoff   0.001
#define cutoff2   0.000001

Function Documentation

prevariable& cos ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 190 of file fvar_fn.cpp.

void gradfree ( dlink v)

Description not yet available.

Parameters:

Definition at line 57 of file fvar2.cpp.

prevariable& log ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 205 of file fvar_fn.cpp.

prevariable& log10 ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 220 of file fvar_fn.cpp.

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

Description not yet available.

Parameters:

Definition at line 33 of file fvar_fn.cpp.

prevariable& sigmoid ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 80 of file fvar_fn.cpp.

prevariable& sin ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 66 of file fvar_fn.cpp.