|
| KOKKOS_INLINE_FUNCTION | Index () |
| |
| KOKKOS_INLINE_FUNCTION | Index (size_t n) |
| |
| KOKKOS_INLINE_FUNCTION | Index (int f, int l) |
| |
| KOKKOS_INLINE_FUNCTION | Index (int f, int l, int s) |
| |
| KOKKOS_INLINE_FUNCTION int | min () const noexcept |
| |
| KOKKOS_INLINE_FUNCTION int | max () const noexcept |
| |
| KOKKOS_INLINE_FUNCTION size_t | length () const noexcept |
| |
| KOKKOS_INLINE_FUNCTION int | stride () const noexcept |
| |
| KOKKOS_INLINE_FUNCTION int | first () const noexcept |
| |
| KOKKOS_INLINE_FUNCTION int | last () const noexcept |
| |
| KOKKOS_INLINE_FUNCTION bool | empty () const noexcept |
| |
|
KOKKOS_INLINE_FUNCTION Index & | operator+= (int) |
| |
|
KOKKOS_INLINE_FUNCTION Index & | operator-= (int) |
| |
|
KOKKOS_INLINE_FUNCTION Index | intersect (const Index &) const |
| |
|
KOKKOS_INLINE_FUNCTION Index | grow (int ncells) const |
| |
|
KOKKOS_INLINE_FUNCTION bool | touches (const Index &a) const |
| |
|
KOKKOS_INLINE_FUNCTION bool | contains (const Index &a) const |
| |
|
KOKKOS_INLINE_FUNCTION bool | split (Index &l, Index &r) const |
| |
|
KOKKOS_INLINE_FUNCTION bool | split (Index &l, Index &r, int i) const |
| |
|
KOKKOS_INLINE_FUNCTION bool | split (Index &l, Index &r, double a) const |
| |
|
iterator | begin () |
| |
|
iterator | end () |
| |
|
KOKKOS_INLINE_FUNCTION bool | operator< (const Index &r) const |
| |
|
KOKKOS_INLINE_FUNCTION bool | operator== (const Index &r) const noexcept |
| |
|
|
KOKKOS_INLINE_FUNCTION friend Index | operator+ (const Index &, int) |
| |
|
KOKKOS_INLINE_FUNCTION friend Index | operator+ (int, const Index &) |
| |
|
KOKKOS_INLINE_FUNCTION friend Index | operator- (const Index &, int) |
| |
|
KOKKOS_INLINE_FUNCTION friend Index | operator- (int, const Index &) |
| |
|
KOKKOS_INLINE_FUNCTION friend Index | operator- (const Index &) |
| |
|
KOKKOS_INLINE_FUNCTION friend Index | operator* (const Index &, int) |
| |
|
KOKKOS_INLINE_FUNCTION friend Index | operator* (int, const Index &) |
| |
|
KOKKOS_INLINE_FUNCTION friend Index | operator/ (const Index &, int) |
| |