HiRep 0.1
Loading...
Searching...
No Matches
eva_gpu.hpp
1#ifndef EVA_GPU_HPP
2#define EVA_GPU_HPP
3
4#ifdef WITH_GPU
5
6#include "libhr_core.h"
7
8#ifdef __cplusplus
9extern "C" {
10#endif
11
12void rotate_gpu(int, spinor_field *, hr_complex *);
13
14#ifdef __cplusplus
15}
16#endif
17
18#endif
19#endif
Spinor field array containing SU(N_f) spinors in chosen fermion representation.
Definition spinor_field.h:189