|
STK++ 1.0
|
In this file, we define the final class Array2D.
More...
#include "STK_ITArray2D.h"#include "STK_Display2D.h"#include "../../Sdk/include/STK_ContainerTraits.h"

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. | |
In this file, we define the final class Array2D.
Definition in file STK_Array2D.h.