STK++ 0.9.13
STK_CArrayNumber.h File Reference

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

#include "STK_ICArray.h"
Include dependency graph for STK_CArrayNumber.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< CArrayNumber< Type_, Orient_ > >
 Specialization of the Traits class for CArrayNumber class. More...
 
class  STK::CArrayNumber< Type_, Orient_ >
 specialization for the number 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 CArrayNumber< Real, Arrays::by_col_STK::CNumber
 
typedef CArrayNumber< double, Arrays::by_col_STK::CNumberd
 
typedef CArrayNumber< int, Arrays::by_col_STK::CNumberi
 
typedef CArrayNumber< Real, Arrays::by_row_STK::CNumberByRow
 
typedef CArrayNumber< double, Arrays::by_row_STK::CNumberByRowd
 
typedef CArrayNumber< int, Arrays::by_row_STK::CNumberByRowi
 

Detailed Description

In this file we implement the final class CArrayNumber.

Definition in file STK_CArrayNumber.h.