class Array


Definition#include <data-flow/include/Array.h>
Template formArray<templateclass T>
InheritsVector <T>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

 Array () : Vector<T>()

explicit  Array (int n, const T &x = T()) : Vector<T>(n, x)

void  printOn (ostream &out)

[const]

void  readFrom (istream &in=cin)

void  destroy ()

[virtual]

Array<T> & operator+= (const Array<T> &v2)

Array<T> & operator-= (const Array<T> &v2)

Array<T>  operator+ (const Array<T> &v2)

Array<T>  operator- (const Array<T> &v2)

Array<T>  operator- ()

T  operator* (const Array<T> &v2)

Array<T> & operator*= (T scal)

Array<T> & operator/= (T scal)

Array<T>  operator* (T scal)

Array<T>  operator/ (T scal)

T  norm ()

T  norm2 ()


Generated by: jmvalin@usw-pr-shell2 on Mon Jun 24 00:06:36 2002, using kdoc 2.0a40.