|
STK++ 0.9.13
|
, Utility class that will select the type of operator to apply. More...
#include <STK_ExprBaseFunctors.h>
Public Types | |
| enum | { isVector_ } |
| typedef FunctorSelector< Derived, Functor,(bool) isVector_ >::ColOp | ColOp |
| typedef FunctorSelector< Derived, Functor,(bool) isVector_ >::ColWeightedOp | ColWeightedOp |
| typedef FunctorSelector< Derived, Functor,(bool) isVector_ >::RowOp | RowOp |
| typedef FunctorSelector< Derived, Functor,(bool) isVector_ >::RowWeightedOp | RowWeightedOp |
| typedef ColOp::Row | Row |
| typedef RowOp::Col | Col |
, Utility class that will select the type of operator to apply.
Utility class that will select the type of operator to apply.
The result can be either a number if the data are in a vector or a point, or a vector if the data are in a matrix
Definition at line 106 of file STK_ExprBaseFunctors.h.
| typedef RowOp::Col STK::hidden::FunctorTraits< Derived, Functor >::Col |
Definition at line 122 of file STK_ExprBaseFunctors.h.
| typedef FunctorSelector<Derived,Functor,(bool)isVector_>::ColOp STK::hidden::FunctorTraits< Derived, Functor >::ColOp |
Definition at line 116 of file STK_ExprBaseFunctors.h.
| typedef FunctorSelector<Derived,Functor,(bool)isVector_>::ColWeightedOp STK::hidden::FunctorTraits< Derived, Functor >::ColWeightedOp |
Definition at line 117 of file STK_ExprBaseFunctors.h.
| typedef ColOp::Row STK::hidden::FunctorTraits< Derived, Functor >::Row |
Definition at line 121 of file STK_ExprBaseFunctors.h.
| typedef FunctorSelector<Derived,Functor,(bool)isVector_>::RowOp STK::hidden::FunctorTraits< Derived, Functor >::RowOp |
Definition at line 118 of file STK_ExprBaseFunctors.h.
| typedef FunctorSelector<Derived,Functor,(bool)isVector_>::RowWeightedOp STK::hidden::FunctorTraits< Derived, Functor >::RowWeightedOp |
Definition at line 119 of file STK_ExprBaseFunctors.h.
| Enumerator | |
|---|---|
| isVector_ | |
Definition at line 108 of file STK_ExprBaseFunctors.h.