STK++ 0.9.13
|
Visitor computing safely the minimal coefficient with its value and indexes. More...
#include <STK_Visitors.h>
Public Member Functions | |
MinEltSafeVisitor () | |
void | operator() (Type const &value, int i, int j) |
![]() | |
EltVisitor2DBase () | |
TypeConst | result () const |
Additional Inherited Members | |
![]() | |
typedef Type | Type |
typedef RemoveConst< Type >::Type const & | TypeConst |
![]() | |
int | row_ |
int | col_ |
Type | res_ |
Visitor computing safely the minimal coefficient with its value and indexes.
Definition at line 98 of file STK_Visitors.h.
|
inline |
Definition at line 100 of file STK_Visitors.h.
References STK::hidden::EltVisitor2DBase< Type >::res_.
Definition at line 102 of file STK_Visitors.h.
References STK::hidden::EltVisitor2DBase< Type >::col_, STK::hidden::EltVisitor2DBase< Type >::res_, and STK::hidden::EltVisitor2DBase< Type >::row_.