|
QDP++
|
One based arrays. More...
#include <vector>Go to the source code of this file.
Classes | |
| class | QDP::Array1dO< T > |
| 1d array, with 1-based indices More... | |
| class | QDP::Array2dO< T > |
| 2d array, with 1-based indices More... | |
| class | QDP::Array3dO< T > |
| 3d array, with 1-based indices More... | |
| class | QDP::Array4dO< T > |
| 4d array, with 1-based indices More... | |
| class | QDP::Array5dO< T > |
| 5d array, with 1-based indices More... | |
Namespaces | |
| namespace | QDP |
| Yet another random number generator. | |
Functions | |
| template<typename T> | |
| Array1dO< T > | QDP::operator- (const Array1dO< T > &a) |
| unary - | |
| template<typename T> | |
| Array1dO< T > | QDP::operator* (const T &s, const Array1dO< T > &a) |
| scalar * Array | |
| template<typename T> | |
| Array1dO< T > | QDP::operator/ (const Array1dO< T > &a, const T &s) |
| Array / scalar. | |
One based arrays.
Definition in file qdp_arrays.h.