Typedef librapid::Array#

Typedef Documentation#

template<typename Scalar, typename StorageType = backend::CPU>
using librapid::Array = array::ArrayContainer<Shape, typename detail::TypeDefStorageEvaluator<Scalar, StorageType>::Type>#

An easier to use definition than ArrayContainer. In this case, StorageType can be backend::CPU, backend::CUDA or any Storage interface

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

  • StorageType – The storage type of the array.