STK++ 0.9.13
|
This file define methods for displaying Arrays and Expressions. More...
#include <DManager/include/STK_ExportToCsv.h>
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 > | |
ostream & | STK::out2D (ostream &os, ITContainer< Array > const &V) |
Method for displaying any two dimensional Array or Expression. | |
template<class Array > | |
ostream & | STK::out1D (ostream &os, ITContainer1D< Array > const &V) |
Method for displaying any one dimensional Array. | |
template<class Array > | |
ostream & | STK::operator<< (ostream &s, ITContainer< Array > const &V) |
overload of the << operator for all Arrays and Expressions. | |
template<class Type > | |
ostream & | STK::operator<< (ostream &s, const ITContainer1D< Type > &V) |
overload of the << operator for all 1D containers. | |
This file define methods for displaying Arrays and Expressions.
Definition in file STK_Display.h.