STK++ 0.9.13
STK_SArray2DVector.h File Reference

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

#include "STK_SArray1D.h"
#include "STK_IArray2D.h"
#include "STK_IArray2DSlicers.h"
#include "STK_IArray2DModifiers.h"
Include dependency graph for STK_SArray2DVector.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< SArray2DVector< Type_ > >
 Specialization of the Traits class for the SArray2DVector class. More...
 
class  STK::SArray2DVector< 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 SArray2DVector< RealSTK::SVectorX
 final class for a Real vertical container.
 
typedef SArray2DVector< double > STK::SVectorXd
 
typedef SArray2DVector< intSTK::SVectorXi
 

Detailed Description

A SArray2DVector is a one dimensional horizontal container.

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

Definition in file STK_SArray2DVector.h.