mdp_vector_field Class Reference
a field of vectors of complex numbers
More...
#include <mdp_vector_field.h>
List of all members.
Detailed Description
a field of vectors of complex numbers
Example:
/// int box[]={10,10,10};
/// mdp_lattice lattice(3,box);
/// mdp_vector_field h(lattice,10);
/// mdp_site x(lattice);
/// forallsites(x)
/// h(x)=0.0+0.0*I;
///
Constructor & Destructor Documentation
mdp_vector_field::mdp_vector_field |
( |
|
) |
[inline] |
mdp_vector_field::mdp_vector_field |
( |
mdp_lattice & |
a, |
|
|
int |
i | |
|
) |
| | [inline] |
Member Function Documentation
void mdp_vector_field::allocate_mdp_vector_field |
( |
mdp_lattice & |
a, |
|
|
int |
i | |
|
) |
| | [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: