Class hierarchy   Compound list   File list   Compound Members   File Members   Related Pages   Examples  

Vector Class Reference

The Vector template is the template for a vector (array) of numbers of some type. More...

Inherits baseVector.

List of all members.

Public Members


Detailed Description

The Vector template is the template for a vector (array) of numbers of some type.

The Vector template is a derived template with base template "baseVector".


Member Function Documentation

Vector::Vector(int Wsize)

The default constructor for the template Vector.

Parameters:
T - the type of elements in the Vector.
Wsize - a positive integer specifying the size of the Vector.
Returns:
a Vector<T> object.

Vector::Vector(const Vector<T> &init)

The copy constructor for the template Vector.

Parameters:
T - the type of elements in the Vector.
init - a reference to a Vector<T> constant.
Returns:
a Vector<T> object.


The documentation for this class was generated from the following files:
Generated at Sat Oct 16 03:55:28 1999 for Computing Invariant Manifolds Library by doxygen  written by Dimitri van Heesch, © 1997-1998