STK++ 1.0
STK_ArrayHo.h File Reference

A ArrayHo is a one dimensional horizontal container. More...

#include "STK_IArray1DBase.h"
#include "STK_Display1D.h"
Include dependency graph for STK_ArrayHo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


Functions

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

Detailed Description

A ArrayHo is a one dimensional horizontal container.

An ArrayHo is an implementation of the interface IArray1DBase. It's a one dimensional horizontal container.

Definition in file STK_ArrayHo.h.