Typedef t8_vec_view

Typedef Documentation

template<std::size_t TDim, typename TType = double>
using t8_vec_view = T8Type<std::span<TType, TDim>, t8_vec_tag<TDim>, EqualityComparable, Swapable, RandomAccessible>

Type alias for a non-owning vector view in N-dimensional space.

Template Parameters:
  • TDim – Dimension of the vector.

  • TType – The type (const and so on)