ADMB Documentation  11.5.3197
 All Classes Files Functions Variables Typedefs Friends Defines
Classes | Functions
ivector.h File Reference

(* $Id$)

#include "vector_shapex.h"

Go to the source code of this file.

Classes

class  ivector
 Array of integers(int) with indexes from index_min to indexmax. More...

Functions

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.
ivector operator- (int v, const ivector &w)
 Description not yet available.

Function Documentation

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 17 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.

ivector operator- ( int  v,
const ivector w 
)

Description not yet available.

Parameters:

Definition at line 33 of file ivec8.cpp.