Compares two indices i, j of two views
#include <bnd-sup.hpp>
Public Member Functions | |
MaxInc (const ViewArray< View > &x0) | |
Constructor. | |
bool | operator() (const int i, const int j) |
Order. |
Protected Attributes | |
ViewArray< View > | x |
View array for comparison. |
Compares two indices i, j of two views
Definition at line 176 of file bnd-sup.hpp.
|
inline |
Constructor.
Definition at line 182 of file bnd-sup.hpp.
|
inline |
Definition at line 185 of file bnd-sup.hpp.
|
protected |
View array for comparison.
Definition at line 179 of file bnd-sup.hpp.