Typedef t8_vec

Typedef Documentation

template<std::size_t TDim>
using t8_vec = T8Type<std::array<double, TDim>, t8_vec_tag<TDim>, EqualityComparable, Swapable, RandomAccessible>

Type alias for a vector in N-dimensional space.

Template Parameters:

TDim – Dimension of the vector.