
Compares two indices i, j of two views 

#include <bnd-sup.hpp>
Public Member Functions | |
| MinInc (const ViewArray< View > &x0) | |
| Constructor. | |
| bool | operator() (const int i, const int j) |
| Comparison. | |
Protected Attributes | |
| ViewArray< View > | x |
| View array for comparison. | |
Compares two indices i, j of two views 

Definition at line 199 of file bnd-sup.hpp.
|
inline |
Constructor.
Definition at line 205 of file bnd-sup.hpp.
|
inline |
Comparison.
Definition at line 208 of file bnd-sup.hpp.
|
protected |
View array for comparison.
Definition at line 202 of file bnd-sup.hpp.