STK++ 0.9.13
STK_Variable.h File Reference

Implement the interface class IVariable as Variable. More...

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

Go to the source code of this file.

Classes

struct  STK::hidden::Traits< Variable< Type_ > >
 Specialization of the Traits struct for Variable class. More...
 
class  STK::Variable< Type_ >
 Variable is an implementation of the Base class IVariable using The Array1D class for storing the data. More...
 

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 
namespace  STK::hidden
 The hidden namespace enclose the classes and methods which are used internally by the STK++ classes.
 

Functions

template<typename Type_ >
ostreamSTK::operator<< (ostream &s, Variable< Type_ > const &V)
 ostream for Variable.
 

Detailed Description

Implement the interface class IVariable as Variable.

Definition in file STK_Variable.h.