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

(Last Changed on April 22, 2014 for git-revision 219a09ff06fd9cee4c006dd85abbefca00beea03.)

Description not yet available. More...

#include <df1b2fun.h>

Go to the source code of this file.

Functions

df1b2vector mfexp (const df1b2vector &_x)
 Description not yet available. More...
 
df1b2vector operator* (const df1b2variable &_v, const dvector &_x)
 Description not yet available. More...
 
df1b2vector operator* (const df1b2vector &_x, const df1b2variable &_v)
 Description not yet available. More...
 
df1b2vector operator* (const df1b2variable &_v, const df1b2vector &_x)
 Description not yet available. More...
 
df1b2variable operator* (const dvector &_v, const df1b2vector &_x)
 Description not yet available. More...
 
df1b2variable operator* (const df1b2vector &_v, const dvector &_x)
 Description not yet available. More...
 
df1b2vector operator* (double v, const df1b2vector &_x)
 Description not yet available. More...
 
df1b2vector operator* (const df1b2vector &_v, double x)
 Description not yet available. More...
 
df1b2vector operator+ (const df1b2vector &_x, const df1b2variable &_v)
 Description not yet available. More...
 
df1b2vector operator+ (const df1b2variable &_v, const df1b2vector &_x)
 Description not yet available. More...
 
df1b2vector operator+ (double v, const df1b2vector &_x)
 Description not yet available. More...
 
df1b2vector operator+ (const df1b2vector &_x, const double v)
 Description not yet available. More...
 
df1b2vector operator- (const df1b2vector &_x, const double &v)
 Description not yet available. More...
 
df1b2matrix outer_prod (const df1b2vector &_MM, const df1b2vector &_NN)
 Description not yet available. More...
 
int size_count (const df1b2vector &_x)
 Description not yet available. More...
 
int size_count (const df1b2matrix &_x)
 Description not yet available. More...
 

Detailed Description

Description not yet available.

Definition in file f1b2vc3.cpp.

Function Documentation

df1b2vector mfexp ( const df1b2vector _x)

Description not yet available.

Parameters

Definition at line 41 of file f1b2vc3.cpp.

df1b2vector operator* ( const df1b2variable _v,
const dvector _x 
)

Description not yet available.

Parameters

Definition at line 59 of file f1b2vc3.cpp.

df1b2vector operator* ( const df1b2vector _x,
const df1b2variable _v 
)

Description not yet available.

Parameters

Definition at line 78 of file f1b2vc3.cpp.

df1b2vector operator* ( const df1b2variable _v,
const df1b2vector _x 
)

Description not yet available.

Parameters

Definition at line 97 of file f1b2vc3.cpp.

df1b2variable operator* ( const dvector _v,
const df1b2vector _x 
)

Description not yet available.

Parameters

Definition at line 224 of file f1b2vc3.cpp.

df1b2variable operator* ( const df1b2vector _v,
const dvector _x 
)

Description not yet available.

Parameters

Definition at line 242 of file f1b2vc3.cpp.

df1b2vector operator* ( double  v,
const df1b2vector _x 
)

Description not yet available.

Parameters

Definition at line 302 of file f1b2vc3.cpp.

df1b2vector operator* ( const df1b2vector _v,
double  x 
)

Description not yet available.

Parameters

Definition at line 320 of file f1b2vc3.cpp.

df1b2vector operator+ ( const df1b2vector _x,
const df1b2variable _v 
)

Description not yet available.

Parameters

Definition at line 116 of file f1b2vc3.cpp.

df1b2vector operator+ ( const df1b2variable _v,
const df1b2vector _x 
)

Description not yet available.

Parameters

Definition at line 135 of file f1b2vc3.cpp.

df1b2vector operator+ ( double  v,
const df1b2vector _x 
)

Description not yet available.

Parameters

Definition at line 154 of file f1b2vc3.cpp.

df1b2vector operator+ ( const df1b2vector _x,
const double  v 
)

Description not yet available.

Parameters

Definition at line 172 of file f1b2vc3.cpp.

df1b2vector operator- ( const df1b2vector _x,
const double &  v 
)

Description not yet available.

Parameters

Definition at line 190 of file f1b2vc3.cpp.

df1b2matrix outer_prod ( const df1b2vector _MM,
const df1b2vector _NN 
)

Description not yet available.

Parameters

Definition at line 17 of file f1b2vc3.cpp.

int size_count ( const df1b2vector _x)

Description not yet available.

Parameters

Definition at line 260 of file f1b2vc3.cpp.

int size_count ( const df1b2matrix _x)

Description not yet available.

Parameters

Definition at line 270 of file f1b2vc3.cpp.