ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Macros | Functions
fvar_fn.cpp File Reference

(Last Changed on August 01, 2022 for git-revision c159956c7a1088d1ddf4d0b926b1fcb26294216a.)

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.

Macros

#define cutoff   0.001
 
#define cutoff2   0.000001
 

Functions

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

Detailed Description

Overloads of math library functions for variable arguments.

Definition in file fvar_fn.cpp.

Macro Definition Documentation

#define cutoff   0.001

Referenced by sfabs().

#define cutoff2   0.000001

Referenced by sfabs().

Function Documentation

prevariable& cos ( const prevariable v1)

Description not yet available.

Parameters

Definition at line 178 of file fvar_fn.cpp.

prevariable& log ( const prevariable v1)

Description not yet available.

Parameters

Definition at line 194 of file fvar_fn.cpp.

prevariable& log10 ( const prevariable v1)

Description not yet available.

Parameters

Definition at line 210 of file fvar_fn.cpp.

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

Description not yet available.

Parameters

Definition at line 31 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 65 of file fvar_fn.cpp.