STK++ 0.9.13
STK_Display.h File Reference

This file define methods for displaying Arrays and Expressions. More...

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

Go to the source code of this file.

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 

Functions

template<class Array >
ostreamSTK::out2D (ostream &os, ITContainer< Array > const &V)
 Method for displaying any two dimensional Array or Expression.
 
template<class Array >
ostreamSTK::out1D (ostream &os, ITContainer1D< Array > const &V)
 Method for displaying any one dimensional Array.
 
template<class Array >
ostreamSTK::operator<< (ostream &s, ITContainer< Array > const &V)
 overload of the << operator for all Arrays and Expressions.
 
template<class Type >
ostreamSTK::operator<< (ostream &s, const ITContainer1D< Type > &V)
 overload of the << operator for all 1D containers.
 

Detailed Description

This file define methods for displaying Arrays and Expressions.

Definition in file STK_Display.h.