Compares two indices i, j of two views
according to the ascending order of the views lower bounds.
More...
#include <bnd-sup.hpp>
Public Member Functions | |
MinInc (const ViewArray< View > &x0) | |
Constructor. More... | |
bool | operator() (const int i, const int j) |
Comparison. More... | |
Protected Attributes | |
ViewArray< View > | x |
View array for comparison. More... | |
Compares two indices i, j of two views
according to the ascending order of the views lower bounds.
Definition at line 203 of file bnd-sup.hpp.
|
inline |
Constructor.
Definition at line 209 of file bnd-sup.hpp.
|
inline |
Comparison.
Definition at line 212 of file bnd-sup.hpp.
|
protected |
View array for comparison.
Definition at line 206 of file bnd-sup.hpp.