Alsvinn
0.5.3
The fast FVM simulator with UQ support
|
The gpu_array class is akin to the std::array, only also works for gpus. More...
#include <alsfvm/gpu_array.hpp>
Public Member Functions | |
__host__ __device__ | gpu_array () |
__host__ __device__ | gpu_array (std::initializer_list< T > initializerList) |
__host__ __device__ T & | operator[] (int i) |
__host__ __device__ const T & | operator[] (int i) const |
size_t | size () const |
The gpu_array class is akin to the std::array, only also works for gpus.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |