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

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

Description not yet available. More...

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

Go to the source code of this file.

Functions

prevariableoperator+ (const double x, const prevariable &v2)
 Description not yet available. More...
 
prevariableoperator+ (const prevariable &v1, const double x)
 Description not yet available. More...
 
prevariableoperator- (const prevariable &v1, const prevariable &v2)
 Description not yet available. More...
 
prevariableoperator- (const prevariable &v1, const double x)
 Description not yet available. More...
 
prevariableoperator- (const double x, const prevariable &v2)
 Description not yet available. More...
 
prevariableoperator- (const prevariable &v1)
 Description not yet available. More...
 
prevariableoperator/ (const prevariable &v1, const prevariable &v2)
 Description not yet available. More...
 
prevariableoperator/ (const double u, const prevariable &v2)
 Description not yet available. More...
 
prevariableoperator/ (const prevariable &v1, const double u)
 Description not yet available. More...
 

Detailed Description

Description not yet available.

Definition in file fvar_op2.cpp.

Function Documentation

prevariable& operator+ ( const double  x,
const prevariable v2 
)

Description not yet available.

Parameters

Definition at line 33 of file fvar_op2.cpp.

prevariable& operator+ ( const prevariable v1,
const double  x 
)

Description not yet available.

Parameters

Definition at line 48 of file fvar_op2.cpp.

prevariable& operator- ( const prevariable v1,
const prevariable v2 
)

Description not yet available.

Parameters

Definition at line 63 of file fvar_op2.cpp.

prevariable& operator- ( const prevariable v1,
const double  x 
)

Description not yet available.

Parameters

Definition at line 78 of file fvar_op2.cpp.

prevariable& operator- ( const double  x,
const prevariable v2 
)

Description not yet available.

Parameters

Definition at line 93 of file fvar_op2.cpp.

prevariable& operator- ( const prevariable v1)

Description not yet available.

Parameters

Definition at line 108 of file fvar_op2.cpp.

prevariable& operator/ ( const prevariable v1,
const prevariable v2 
)

Description not yet available.

Parameters

Definition at line 123 of file fvar_op2.cpp.

prevariable& operator/ ( const double  u,
const prevariable v2 
)

Description not yet available.

Parameters

Definition at line 140 of file fvar_op2.cpp.

prevariable& operator/ ( const prevariable v1,
const double  u 
)

Description not yet available.

Parameters

Definition at line 158 of file fvar_op2.cpp.