Template Struct SevenIndex

Struct Documentation

template<typename T>
struct SevenIndex

Templated skeleton seven index array for convenience.

Public Functions

inline T &operator()(const int i, const int j, const int k, const int l, const int m, const int n, const int p)
inline T operator()(const int i, const int j, const int k, const int l, const int m, const int n, const int p) const
inline SevenIndex()
inline SevenIndex(const int dim1, const int dim2, const int dim3, const int dim4, const int dim5, const int dim6, const int dim7)
inline SevenIndex(const SevenIndex<T> &other)

Public Members

int dims[7]
int mults[6]
std::vector<T> data