STK++ 0.9.13
|
In this file we define the way to apply functors to Expressions. More...
Go to the source code of this file.
Classes | |
struct | STK::hidden::FunctorSelector< Derived, Functor, false > |
specialization for general arrays: apply functor to rows or columns of the Derived array More... | |
struct | STK::hidden::FunctorSelector< Derived, Functor, true > |
specialization for vectors and points. More... | |
struct | STK::hidden::FunctorTraits< Derived, Functor > |
, Utility class that will select the type of operator to apply. More... | |
struct | STK::ApplyFunctorByCol< Derived, Functor > |
class allowing to apply the Functor Functor on each columns of an expression. More... | |
struct | STK::ApplyWeightedFunctorByCol< Derived, Functor > |
class allowing to apply the weighted Functor Functor on each columns of an expression. More... | |
struct | STK::ApplyFunctorByRow< Derived, Functor > |
class allowing to apply the Functor Functor on each rows of an expression. More... | |
struct | STK::ApplyWeightedFunctorByRow< Derived, Functor > |
class allowing to apply the Functor Functor on each rows of an expression. More... | |
struct | STK::ApplyFunctor< Derived, Functor > |
class allowing applying the functor Functor on a vector or row-vector More... | |
struct | STK::ApplyWeightedFunctor< Derived, Functor > |
class allowing applying the weighted functor Functor on a vector or row-vector More... | |
Namespaces | |
namespace | STK |
The namespace STK is the main domain space of the Statistical ToolKit project. | |
The hidden namespace enclose the classes and methods which are used internally by the STK++ classes. | |
In this file we define the way to apply functors to Expressions.
Definition in file STK_ExprBaseFunctors.h.