STK++ 1.0
STK_Array1D.h File Reference

Implementation of the final class Array1D. More...

Include dependency graph for STK_Array1D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  STK::Array1D< TYPE >
 Templated one dimensional Array. More...

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


Functions

template<class TYPE >
ostream & STK::operator<< (ostream &s, const Array1D< TYPE > &V)
 ostream for Array1D.

Detailed Description

Implementation of the final class Array1D.

An Array1D is a non-oriented templated uni-dimensional Array.

Definition in file STK_Array1D.h.