STK++ 0.9.13
STK_SlicingAccessors.h File Reference

In this file we implement the RowAccessor, ColAccessor, SubVectorAccessor and SubAccessor classes. 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< RowAccessor< Lhs > >
 Traits class for the row accessor. More...
 
class  STK::RowAccessor< Lhs >
 Generic expression when the row of an expression is accessed. More...
 
struct  STK::hidden::Traits< ColAccessor< Lhs > >
 Traits class for the column accessor operator. More...
 
class  STK::ColAccessor< Lhs >
 Generic expression when the column of an expression is accessed. More...
 
struct  STK::hidden::Traits< SubVectorAccessor< Lhs, Size_ > >
 Traits class for the sub vector accessor. More...
 
class  STK::SubVectorAccessor< Lhs, Size_ >
 
class  STK::SubVectorAccessorBase< Lhs, Size_, Arrays::point_ >
 
class  STK::SubVectorAccessorBase< Lhs, Size_, Arrays::vector_ >
 
class  STK::SubVectorAccessorBase< Lhs, Size_, Arrays::diagonal_ >
 
struct  STK::hidden::Traits< SubAccessor< Lhs, SizeRows_, SizeCols_ > >
 Traits class for the sub accessor. More...
 
class  STK::SubAccessor< Lhs, SizeRows_, SizeCols_ >
 Generic expression when the sub-part of an expression is accessed. 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 implement the RowAccessor, ColAccessor, SubVectorAccessor and SubAccessor classes.

Definition in file STK_SlicingAccessors.h.