Bridge++
Ver. 1.1.x
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
noiseVector_Z2.h
Go to the documentation of this file.
1
14
#ifndef NOISEVECTOR_Z2_INCLUDED
15
#define NOISEVECTOR_Z2_INCLUDED
16
17
#include "
noiseVector.h
"
18
#include "
randomNumbers.h
"
19
21
27
class
NoiseVector_Z2
:
public
NoiseVector
28
{
29
private
:
30
RandomNumbers
*
m_rand
;
31
32
public
:
33
34
NoiseVector_Z2
(
RandomNumbers
*rand)
35
:
NoiseVector
(),
m_rand
(rand) {}
36
37
void
set
(
Field
& v);
38
};
39
#endif
src
Measurements
Fermion
noiseVector_Z2.h
Generated on Tue Jul 23 2013 10:48:49 for Bridge++ by
1.8.3.1