IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
Index.hpp File Reference
#include "Utility/PAssert.h"
Include dependency graph for Index.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ippl

Functions

KOKKOS_INLINE_FUNCTION Index ippl::operator+ (const Index &i, int off)
KOKKOS_INLINE_FUNCTION Index ippl::operator+ (int off, const Index &i)
KOKKOS_INLINE_FUNCTION Index ippl::operator- (const Index &i, int off)
KOKKOS_INLINE_FUNCTION Index ippl::operator- (int off, const Index &i)
KOKKOS_INLINE_FUNCTION Index ippl::operator- (const Index &i)
KOKKOS_INLINE_FUNCTION Index ippl::operator* (const Index &i, int m)
KOKKOS_INLINE_FUNCTION Index ippl::operator* (int m, const Index &i)
KOKKOS_INLINE_FUNCTION Index ippl::operator/ (const Index &i, int d)
KOKKOS_INLINE_FUNCTION void ippl::lcm (int s1, int s2, int &s, int &m1, int &m2)
static KOKKOS_INLINE_FUNCTION Index ippl::do_intersect (const Index &a, const Index &b)