mdp_matrix_field Class Reference
a field of matrices
More...
#include <mdp_matrix_field.h>
List of all members.
Detailed Description
a field of matrices
Example:
/// int box[]={10,10,10};
/// mdp_lattice lattice(3,box);
/// mdp_matrix_field h(lattice,5,5);
/// mdp_site x(lattice);
/// forallsites(x)
/// h(x)=lattice.random(x).SU(5);
///
Constructor & Destructor Documentation
| mdp_matrix_field::mdp_matrix_field |
( |
|
) |
[inline] |
| mdp_matrix_field::mdp_matrix_field |
( |
mdp_lattice & |
a, |
|
|
int |
i, |
|
|
int |
j | |
|
) |
| | [inline] |
Member Function Documentation
| void mdp_matrix_field::allocate_mdp_matrix_field |
( |
mdp_lattice & |
a, |
|
|
int |
i, |
|
|
int |
j | |
|
) |
| | [inline] |
Member Data Documentation
The documentation for this class was generated from the following file: