Common Defitions ========================= The following classes are all defined within namespace ``HIPP::SIMD``. .. namespace:: HIPP::SIMD .. class:: template Vec A vector of NPack scalar values typed ScaleT. This is the common base class for all SIMD vector types. See the specializations for the detailed definitions of each vector type, e.g., :class:`Vec\` and :class:`Vec\`.