class iArray : public HCL_Base

Index arrays for indirect addressing into product spaces and vectors

Inheritance:


Public Methods

int Number () const
returns length of index array
void Set (int i, int j)
alters ith component
int Index (int i) const
returns ith component
ostream& Write (ostream & str) const
lists out contents of array

Public


iArray ()
Default constructor - disallowed
iArray (iArray & I)
Copy constructor - disallowed
iArray (int n)
Standard constructor. Creates index array of length n
~iArray ()
Destructor

Inherited from HCL_Base:

Public Methods

void IncCount() const
void DecCount() const
int Count() const

Documentation

Index arrays for indirect addressing into product spaces and vectors

iArray()
Default constructor - disallowed

iArray(iArray & I)
Copy constructor - disallowed

iArray(int n)
Standard constructor. Creates index array of length n

~iArray()
Destructor

int Number() const
returns length of index array

void Set(int i, int j)
alters ith component

int Index(int i) const
returns ith component

ostream& Write(ostream & str) const
lists out contents of array


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de