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

(* $Id$)

Description not yet available. 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.
prevariableoperator+ (const double x, const prevariable &v2)
 Description not yet available.
prevariableoperator+ (const prevariable &v1, const double x)
 Description not yet available.
prevariableoperator- (const prevariable &v1, const prevariable &v2)
 Description not yet available.
prevariableoperator- (const prevariable &v1, const double x)
 Description not yet available.
prevariableoperator- (const double x, const prevariable &v2)
 Description not yet available.
prevariableoperator- (const prevariable &v1)
 Description not yet available.
prevariableoperator/ (const prevariable &v1, const prevariable &v2)
 Description not yet available.
prevariableoperator/ (const double u, const prevariable &v2)
 Description not yet available.
prevariableoperator/ (const prevariable &v1, const double u)
 Description not yet available.

Detailed Description

Description not yet available.

Definition in file fvar_op2.cpp.


Function Documentation

void gradfree ( dlink v)

Description not yet available.

Parameters:

Definition at line 57 of file fvar2.cpp.

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

Description not yet available.

Parameters:

Definition at line 41 of file fvar_op2.cpp.

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

Description not yet available.

Parameters:

Definition at line 56 of file fvar_op2.cpp.

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

Description not yet available.

Parameters:

Definition at line 71 of file fvar_op2.cpp.

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

Description not yet available.

Parameters:

Definition at line 85 of file fvar_op2.cpp.

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

Description not yet available.

Parameters:

Definition at line 99 of file fvar_op2.cpp.

prevariable& operator- ( const prevariable v1)

Description not yet available.

Parameters:

Definition at line 113 of file fvar_op2.cpp.

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

Description not yet available.

Parameters:

Definition at line 127 of file fvar_op2.cpp.

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

Description not yet available.

Parameters:

Definition at line 144 of file fvar_op2.cpp.

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

Description not yet available.

Parameters:

Definition at line 163 of file fvar_op2.cpp.