STK++ 1.0
STK_Array2D.h File Reference

In this file, we define the final class Array2D. More...

#include "STK_ITArray2D.h"
#include "STK_Display2D.h"
#include "../../Sdk/include/STK_ContainerTraits.h"
Include dependency graph for STK_Array2D.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::ContainerTraits< TYPE, Array2D< TYPE > >
 Specialization of the traits class ContainerTraits for Matrix class. More...
class  STK::Array2D< TYPE >
 Templated two dimensional column (vertically) oriented Array. More...

Namespaces

namespace  STK
 

STK means the Statistical ToolKit.


Functions

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

Detailed Description

In this file, we define the final class Array2D.

Definition in file STK_Array2D.h.