field of vectors of vectors (DEPRECATED) More...
#include <mdp_nvector_field.h>
Public Member Functions | |
| mdp_nvector_field () | |
| mdp_nvector_field (mdp_nvector_field &field) | |
| mdp_nvector_field (mdp_lattice &a, int n, int i) | |
| void | allocate_mdp_nvector_field (mdp_lattice &a, int n, int i) |
| mdp_matrix | operator() (mdp_site x, int n) |
| returns component i of the vector of objects T stored at site x | |
| mdp_complex & | operator() (mdp_site x, int n, int i) |
| const mdp_complex & | operator() (mdp_site x, int n, int i) const |
Public Attributes | |
| uint | rows |
| uint | columns |
| uint | imax |
| uint | imax2 |
field of vectors of vectors (DEPRECATED)
| mdp_nvector_field::mdp_nvector_field | ( | ) | [inline] |
| mdp_nvector_field::mdp_nvector_field | ( | mdp_nvector_field & | field | ) | [inline] |
| mdp_nvector_field::mdp_nvector_field | ( | mdp_lattice & | a, | |
| int | n, | |||
| int | i | |||
| ) | [inline] |
| void mdp_nvector_field::allocate_mdp_nvector_field | ( | mdp_lattice & | a, | |
| int | n, | |||
| int | i | |||
| ) | [inline] |
| const mdp_complex& mdp_nvector_field::operator() | ( | mdp_site | x, | |
| int | n, | |||
| int | i | |||
| ) | const [inline] |
| mdp_complex& mdp_nvector_field::operator() | ( | mdp_site | x, | |
| int | n, | |||
| int | i | |||
| ) | [inline] |
| mdp_matrix mdp_nvector_field::operator() | ( | mdp_site | x, | |
| int | i | |||
| ) | [inline] |
returns component i of the vector of objects T stored at site x
Reimplemented from mdp_field< mdp_complex >.
1.6.1