| 
    STK++ 0.9.13
    
   | 
 
Visitor computing the min coefficient with its value and coordinates. More...
#include <STK_Visitors.h>

Public Member Functions | |
| MinEltVisitor () | |
| void | operator() (Type const &value, int i, int j) | 
  Public Member Functions inherited from STK::hidden::EltVisitor2DBase< Type > | |
| EltVisitor2DBase () | |
| TypeConst | result () const | 
Additional Inherited Members | |
  Public Types inherited from STK::hidden::EltVisitor2DBase< Type > | |
| typedef Type | Type | 
| typedef RemoveConst< Type >::Type const & | TypeConst | 
  Public Attributes inherited from STK::hidden::EltVisitor2DBase< Type > | |
| int | row_ | 
| int | col_ | 
| Type | res_ | 
Visitor computing the min coefficient with its value and coordinates.
Definition at line 80 of file STK_Visitors.h.
      
  | 
  inline | 
Definition at line 82 of file STK_Visitors.h.
References STK::hidden::EltVisitor2DBase< Type >::res_.
Definition at line 84 of file STK_Visitors.h.
References STK::hidden::EltVisitor2DBase< Type >::col_, STK::hidden::EltVisitor2DBase< Type >::res_, and STK::hidden::EltVisitor2DBase< Type >::row_.