dph-prim-par-0.7.0.1: Data Parallel Haskell segmented arrays. (production version)

Safe HaskellNone

Data.Array.Parallel.Unlifted.Parallel.Subarrays

Description

Subarrays of flat unlifted arrays.

Synopsis

Documentation

dropUP :: Unbox e => Int -> Vector e -> Vector eSource

Drop a the element at the provided index from a vector.