STK++ 0.9.13
STK_CArrayVector.h File Reference

In this file we implement the final class CArrayVector. More...

#include "STK_ICArray.h"
Include dependency graph for STK_CArrayVector.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< CArrayVector< Type_, SizeRows_, Orient_ > >
 Specialization of the Traits class for CArrayVector class. More...
 
class  STK::CArrayVector< Type_, SizeRows_, Orient_ >
 specialization for the vector case. 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 CArrayVector< Real, UnknownSize, Arrays::by_col_STK::CVectorX
 
typedef CArrayVector< Real, 2, Arrays::by_col_STK::CVector2
 
typedef CArrayVector< Real, 3, Arrays::by_col_STK::CVector3
 
typedef CArrayVector< double, UnknownSize, Arrays::by_col_STK::CVectorXd
 
typedef CArrayVector< double, 2, Arrays::by_col_STK::CVector2d
 
typedef CArrayVector< double, 3, Arrays::by_col_STK::CVector3d
 
typedef CArrayVector< int, UnknownSize, Arrays::by_col_STK::CVectorXi
 
typedef CArrayVector< int, 2, Arrays::by_col_STK::CVector2i
 
typedef CArrayVector< int, 3, Arrays::by_col_STK::CVector3i
 
typedef CArrayVector< Real, UnknownSize, Arrays::by_row_STK::CVectorByRowX
 
typedef CArrayVector< Real, 2, Arrays::by_row_STK::CVectorByRow2
 
typedef CArrayVector< Real, 3, Arrays::by_row_STK::CVectorByRow3
 
typedef CArrayVector< double, UnknownSize, Arrays::by_row_STK::CVectorByRowXd
 
typedef CArrayVector< double, 2, Arrays::by_row_STK::CVectorByRow2d
 
typedef CArrayVector< double, 3, Arrays::by_row_STK::CVectorByRow3d
 
typedef CArrayVector< int, UnknownSize, Arrays::by_row_STK::CVectorByRowXi
 
typedef CArrayVector< int, 2, Arrays::by_row_STK::CVectorByRow2i
 
typedef CArrayVector< int, 3, Arrays::by_row_STK::CVectorByRow3i
 

Detailed Description

In this file we implement the final class CArrayVector.

Definition in file STK_CArrayVector.h.