STK++ 0.9.13
STK_CAllocator.h File Reference

In this file we define the CAllocator class. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::hidden::Traits< CAllocator< Type_, SizeRows_, SizeCols_, Orient_ > >
 Specialization of Traits class for CAllocator. More...
 
class  STK::CAllocatorBase< Derived >
 Base class for CAllocators. More...
 
class  STK::OrientedCAllocator< Derived, Arrays::by_col_ >
 Specialization for column-oriented Allocators. More...
 
class  STK::OrientedCAllocator< Derived, Arrays::by_row_ >
 Specialization for row-oriented Allocators. More...
 
class  STK::StructuredCAllocator< Derived, SizeRows_, SizeCols_ >
 Base class for the general by_col_ structured case. More...
 
class  STK::StructuredCAllocator< Derived, 1, SizeCols_ >
 specialization for the point_ case (derived class is a RowVector). More...
 
class  STK::StructuredCAllocator< Derived, SizeRows_, 1 >
 specialization for the vector_ case. More...
 
class  STK::StructuredCAllocator< Derived, 1, 1 >
 specialization for the number_ case. More...
 
class  STK::CAllocator< Type_, SizeRows_, SizeCols_, Orient_ >
 Allocator for dense Array classes. More...
 
class  STK::CAllocator< Type_, UnknownSize, UnknownSize, Orient_ >
 Specialized Allocator for the dense Arrays classes. More...
 
class  STK::CAllocator< Type_, SizeRows_, UnknownSize, Orient_ >
 Specialized Allocator for the dense Arrays classes. More...
 
class  STK::CAllocator< Type_, UnknownSize, SizeCols_, Orient_ >
 Specialized Allocator for the dense Arrays classes. 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.
 

Detailed Description

In this file we define the CAllocator class.

Definition in file STK_CAllocator.h.