STK++ 0.9.13
|
specialization for general arrays: apply functor to rows or columns of the Derived
array
More...
#include <STK_ExprBaseFunctors.h>
Public Types | |
typedef hidden::Traits< Derived >::Col | Col |
typedef Functor< Col > | ByColFunctor |
typedef ApplyFunctorByCol< Derived, ByColFunctor > | ColOp |
typedef ApplyWeightedFunctorByCol< Derived, ByColFunctor > | ColWeightedOp |
typedef hidden::Traits< Derived >::Row | Row |
typedef Functor< Row > | ByRowFunctor |
typedef ApplyFunctorByRow< Derived, ByRowFunctor > | RowOp |
typedef ApplyWeightedFunctorByRow< Derived, ByRowFunctor > | RowWeightedOp |
specialization for general arrays: apply functor to rows or columns of the Derived
array
Definition at line 69 of file STK_ExprBaseFunctors.h.
typedef Functor<Col> STK::hidden::FunctorSelector< Derived, Functor, false >::ByColFunctor |
Definition at line 73 of file STK_ExprBaseFunctors.h.
typedef Functor<Row> STK::hidden::FunctorSelector< Derived, Functor, false >::ByRowFunctor |
Definition at line 79 of file STK_ExprBaseFunctors.h.
typedef hidden::Traits<Derived>::Col STK::hidden::FunctorSelector< Derived, Functor, false >::Col |
Definition at line 72 of file STK_ExprBaseFunctors.h.
typedef ApplyFunctorByCol<Derived, ByColFunctor> STK::hidden::FunctorSelector< Derived, Functor, false >::ColOp |
Definition at line 74 of file STK_ExprBaseFunctors.h.
typedef ApplyWeightedFunctorByCol<Derived, ByColFunctor> STK::hidden::FunctorSelector< Derived, Functor, false >::ColWeightedOp |
Definition at line 75 of file STK_ExprBaseFunctors.h.
typedef hidden::Traits<Derived>::Row STK::hidden::FunctorSelector< Derived, Functor, false >::Row |
Definition at line 78 of file STK_ExprBaseFunctors.h.
typedef ApplyFunctorByRow<Derived, ByRowFunctor> STK::hidden::FunctorSelector< Derived, Functor, false >::RowOp |
Definition at line 80 of file STK_ExprBaseFunctors.h.
typedef ApplyWeightedFunctorByRow<Derived, ByRowFunctor> STK::hidden::FunctorSelector< Derived, Functor, false >::RowWeightedOp |
Definition at line 81 of file STK_ExprBaseFunctors.h.