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

(* $Id$)

Description not yet available. More...

#include "fvar.hpp"

Go to the source code of this file.

Functions

ivector operator+ (int v, const ivector &w)
 Description not yet available.
ivector operator+ (const ivector &v, const ivector &w)
 Description not yet available.
ivector operator+ (const ivector &v, int w)
 Description not yet available.
ivector operator- (int v, const ivector &w)
 Description not yet available.
ivector operator- (const ivector &v, const ivector &w)
 Description not yet available.
ivector operator- (const ivector &v, int w)
 Description not yet available.

Detailed Description

Description not yet available.

Definition in file ivec8.cpp.


Function Documentation

ivector operator+ ( int  v,
const ivector w 
)

Description not yet available.

Parameters:

Definition at line 17 of file ivec8.cpp.

ivector operator+ ( const ivector v,
const ivector w 
)

Description not yet available.

Parameters:

Definition at line 49 of file ivec8.cpp.

ivector operator+ ( const ivector v,
int  w 
)

Description not yet available.

Parameters:

Definition at line 81 of file ivec8.cpp.

ivector operator- ( int  v,
const ivector w 
)

Description not yet available.

Parameters:

Definition at line 33 of file ivec8.cpp.

ivector operator- ( const ivector v,
const ivector w 
)

Description not yet available.

Parameters:

Definition at line 65 of file ivec8.cpp.

ivector operator- ( const ivector v,
int  w 
)

Description not yet available.

Parameters:

Definition at line 97 of file ivec8.cpp.