STK++ 0.9.13
STK_SlicingOperators.h File Reference

In this file we implement the RowOperator, ColOperator, SubVectorOperator and SubOperator 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< RowOperator< Lhs > >
 Traits class for the row operator. More...
 
class  STK::RowOperator< Lhs >
 Generic expression when the row of an expression is accessed. More...
 
struct  STK::hidden::Traits< ColOperator< Lhs > >
 Traits class for the column operator. More...
 
class  STK::ColOperator< Lhs >
 Generic expression when the column of an expression is accessed. More...
 
struct  STK::hidden::Traits< SubVectorOperator< Lhs, Size_ > >
 Traits class for the sub vector operator. More...
 
class  STK::SubVectorOperator< Lhs, Size_ >
 Generic expression when the sub-part of an expression is accessed (specialization for vectors) More...
 
class  STK::SubVectorOperatorBase< Lhs, Size_, Arrays::point_ >
 
class  STK::SubVectorOperatorBase< Lhs, Size_, Arrays::vector_ >
 
class  STK::SubVectorOperatorBase< Lhs, Size_, Arrays::diagonal_ >
 
struct  STK::hidden::Traits< SubOperator< Lhs, SizeRows_, SizeCols_ > >
 Traits class for the sub operator. More...
 
class  STK::SubOperator< 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 RowOperator, ColOperator, SubVectorOperator and SubOperator classes.

Definition in file STK_SlicingOperators.h.