8#ifndef SRC_UTIL_CONVERT_HPP_
9#define SRC_UTIL_CONVERT_HPP_
18template<
unsigned int dim,
typename St>
31 for (
size_t i = 0; i < dim ; i++)
This class implement the point shape in an N-dimensional space.
__device__ __host__ const T & get(unsigned int i) const
Get coordinate.
static Point< dim, St > convert(const comb< dim > &c)
Return the combination converted to point.
Position of the element of dimension d in the hyper-cube of dimension dim.
signed char c[dim]
Array that store the combination.