27#ifndef PFC_GPU_KERNELS_SIMPLE_HPP
28#define PFC_GPU_KERNELS_SIMPLE_HPP
Simple GPU memory container with RAII management.
void add_scalar(GPUVector< double > &vec, double value)
Add a scalar value to each element of a GPU vector.
void multiply_scalar(GPUVector< double > &vec, double value)
Multiply each element of a GPU vector by a scalar.
Represents the global simulation domain (the "world").
Definition world.hpp:91