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

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

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. More...
 
prevariableasin (const prevariable &v1)
 Description not yet available. More...
 
prevariableatan (const prevariable &v1)
 Description not yet available. More...
 
prevariableatan2 (const prevariable &v1, const prevariable &v2)
 Description not yet available. More...
 
prevariableatan2 (const prevariable &v1, const double v2)
 Description not yet available. More...
 
prevariableatan2 (const double v1, const prevariable &v2)
 Description not yet available. More...
 
prevariablecosh (const prevariable &v1)
 Description not yet available. More...
 
prevariableexp (const prevariable &v1)
 Compute exponential variable. More...
 
prevariableldexp (const prevariable &v1, const int &exponent)
 Description not yet available. More...
 
prevariablepow (const prevariable &v1, const prevariable &v2)
 Description not yet available. More...
 
prevariablepow (const double u, const prevariable &v1)
 Description not yet available. More...
 
prevariablesinh (const prevariable &v1)
 Description not yet available. More...
 
prevariablesqr (const prevariable &v1)
 Returns the square of v1. More...
 
prevariablesqrt (const prevariable &v1)
 Description not yet available. More...
 
prevariabletan (const prevariable &v1)
 Description not yet available. More...
 
prevariabletanh (const prevariable &v1)
 Description not yet available. More...
 

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 175 of file fvar_fn1.cpp.

prevariable& asin ( const prevariable v1)

Description not yet available.

Parameters

Definition at line 191 of file fvar_fn1.cpp.

prevariable& atan ( const prevariable v1)

Description not yet available.

Parameters

Definition at line 64 of file fvar_fn1.cpp.

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

Description not yet available.

Parameters

Definition at line 274 of file fvar_fn1.cpp.

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

Description not yet available.

Parameters

Definition at line 294 of file fvar_fn1.cpp.

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

Description not yet available.

Parameters

Definition at line 314 of file fvar_fn1.cpp.

prevariable& cosh ( const prevariable v1)

Description not yet available.

Parameters

Definition at line 259 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 22 of file fvar_fn1.cpp.

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

Description not yet available.

Parameters

Definition at line 80 of file fvar_fn1.cpp.

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

Description not yet available.

Parameters

Definition at line 207 of file fvar_fn1.cpp.

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

Description not yet available.

Parameters

Definition at line 227 of file fvar_fn1.cpp.

prevariable& sinh ( const prevariable v1)

Description not yet available.

Parameters

Definition at line 244 of file fvar_fn1.cpp.

prevariable& sqr ( const prevariable v1)

Returns the square of v1.

Parameters
v1variable

Definition at line 119 of file fvar_fn1.cpp.

prevariable& sqrt ( const prevariable v1)

Description not yet available.

Parameters

Definition at line 95 of file fvar_fn1.cpp.

prevariable& tan ( const prevariable v1)

Description not yet available.

Parameters

Definition at line 144 of file fvar_fn1.cpp.

prevariable& tanh ( const prevariable v1)

Description not yet available.

Parameters

Definition at line 160 of file fvar_fn1.cpp.