Typedef librapid::ArrayF#

Typedef Documentation#

template<typename Scalar, size_t... Dimensions>
using librapid::ArrayF = array::ArrayContainer<Shape<size_t, 32>, FixedStorage<Scalar, Dimensions...>>#

A definition for fixed-size array objects.

See also

Array

Template Parameters
  • Scalar – The scalar type of the array.

  • Dimensions – The dimensions of the array.