Typedef librapid::Vec#

Typedef Documentation#

template<typename Scalar, int64_t Dims>
using librapid::Vec = decltype(detail::vectorTypeIdentifier<Scalar, Dims>())#

A simplified interface to the GenericVector class, defaulting to Vc SimdArray storage

Template Parameters
  • Scalar – The scalar type of the vector

  • Dims – The dimensionality of the vector