34 KOKKOS_INLINE_FUNCTION
A class to contain the data and executors for a field and define some basic operations.
A class that represents a coefficient for the NeoN dsl.
Coeff & operator*=(scalar rhs)
Coeff(scalar coeff, const Vector< scalar > &field)
Coeff(const Vector< scalar > &field)
View< const scalar > view()
KOKKOS_INLINE_FUNCTION scalar operator[](const localIdx i) const
Coeff & operator*=(const Coeff &rhs)
Coeff operator*(const Coeff &lhs, const Coeff &rhs)