Hermes
|
#include <index.h>
Public Member Functions | |
HERMES_DEVICE_CALLABLE | Index3Iterator (Index3< T > lower, Index3< T > upper, Index3< T > start) |
Construct a new Index3Iterator object. | |
HERMES_DEVICE_CALLABLE | Index3Iterator (Index3< T > upper) |
HERMES_DEVICE_CALLABLE const Index3< T > & | operator* () const |
HERMES_DEVICE_CALLABLE size_t | flatIndex () const |
Computes a flat index based on size. | |
HERMES_DEVICE_CALLABLE Index3Iterator & | operator++ () |
HERMES_DEVICE_CALLABLE bool | operator== (const Index3Iterator< T > &other) const |
are equal? operator | |
HERMES_DEVICE_CALLABLE bool | operator!= (const Index3Iterator< T > &other) const |
are different? operator | |
|
inline |
Construct a new Index3Iterator object.
lower | - lower bound |
upper | - upper bound |
start | - starting coordinate |
|
inlineexplicit |
upper |
|
inline |
Computes a flat index based on size.
\(k * (d_i * d_j) + j * d_i + i\)
where \(d = upper - lower\)
|
inline |
are different? operator
other | - |
|
inline |
|
inline |
|
inline |
are equal? operator
other | - |