HiRep
0.1
Loading...
Searching...
No Matches
representation.h
1
/***************************************************************************\
2
* Copyright (c) 2008, Claudio Pica *
3
* All rights reserved. *
4
\***************************************************************************/
5
6
#ifndef REPRESENTATION_H
7
#define REPRESENTATION_H
8
9
#include "libhr_core.h"
10
11
#ifdef __cplusplus
12
extern
"C"
{
13
#endif
14
15
visible
void
_group_represent2(suNf *v, suNg *u);
16
visible
void
_group_represent2_flt(suNf_flt *v, suNg_flt *u);
17
void
represent_gauge_field();
18
//void represent_gauge_field_measure(); //TODO: not defined in libhr
19
20
#ifdef WITH_GPU
21
void
represent_gauge_field_gpu();
22
#endif
23
24
#ifdef __cplusplus
25
}
26
#endif
27
#endif
Include
Update
representation.h
Generated by
1.12.0