In this file we implement the RowOperator, ColOperator, SubVectorOperator and SubOperator classes.
More...
|
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...
|
|
In this file we implement the RowOperator, ColOperator, SubVectorOperator and SubOperator classes.
Definition in file STK_SlicingOperators.h.