Typedef t8_2D_vec_view
Defined in File t8_vec.hxx
Typedef Documentation
-
template<typename TType = double>
using t8_2D_vec_view = t8_vec_view<2, TType> Type alias for a non-owning 2D vec view.
- Template Parameters:
TType – The type (const and so on)