STK++ 0.9.13
|
Implement the interface class IVariable as Variable. More...
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. | |
The hidden namespace enclose the classes and methods which are used internally by the STK++ classes. | |
Functions | |
template<typename Type_ > | |
ostream & | STK::operator<< (ostream &s, Variable< Type_ > const &V) |
ostream for Variable. | |
Implement the interface class IVariable as Variable.
Definition in file STK_Variable.h.