STK++ 0.9.13
|
Compute the minimal value of the variable V. More...
#include <STK_Stat_Functors.h>
Public Types | |
typedef Derived::Type | Type |
Public Member Functions | |
MinOp (ExprBase< Derived > const &V) | |
constructor | |
Type const | operator() () const |
template<class Weights > | |
Type const | operator() (ExprBase< Weights > const &w) const |
Protected Attributes | |
Derived const & | V_ |
Compute the minimal value of the variable V.
Definition at line 77 of file STK_Stat_Functors.h.
typedef Derived::Type STK::Stat::MinOp< Derived >::Type |
Definition at line 79 of file STK_Stat_Functors.h.
|
inline |
constructor
Definition at line 81 of file STK_Stat_Functors.h.
References STK_STATIC_ASSERT_ONE_DIMENSION_ONLY.
|
inline |
Definition at line 86 of file STK_Stat_Functors.h.
References STK::Stat::min(), and STK::Stat::MinOp< Derived >::V_.
|
inline |
w | the weights |
Definition at line 98 of file STK_Stat_Functors.h.
References STK::Stat::min(), STK_STATIC_ASSERT_ONE_DIMENSION_ONLY, and STK::Stat::MinOp< Derived >::V_.
|
protected |
Definition at line 107 of file STK_Stat_Functors.h.
Referenced by STK::Stat::MinOp< Derived >::operator()(), and STK::Stat::MinOp< Derived >::operator()().