STK++ 0.9.13
STK_Array2DVector.h File Reference

A Array2DVector is a one dimensional horizontal container. More...

Include dependency graph for STK_Array2DVector.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< Array2DVector< Type_ > >
 Specialization of the Traits class for the Array2DVector class. More...
 
class  STK::Array2DVector< Type_ >
 template one dimensional horizontal Array. 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.
 

Typedefs

typedef Array2DVector< RealSTK::Vector
 final class for a Real vertical container.
 
typedef Array2DVector< RealSTK::VectorX
 
typedef Array2DVector< double > STK::VectorXd
 
typedef Array2DVector< intSTK::VectorXi
 

Detailed Description

A Array2DVector is a one dimensional horizontal container.

An Array2DVector is an implementation of the interface IArray2D. It's a one dimensional horizontal container.

Definition in file STK_Array2DVector.h.