Hoogle Search
Within LTS Haskell 24.40 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
MVector = MVector MVectorvector-sized Data.Vector.Storable.Mutable.Sized type
MVector = MVector MVectorvector-sized Data.Vector.Storable.Sized withVectorUnsafe :: forall a b (n :: Nat) . (Vector a -> Vector b) -> Vector n a -> Vector n bvector-sized Data.Vector.Storable.Sized Apply a function on unsized vectors to a sized vector. The function must preserve the size of the vector, this is not checked.
-
vector-sized Data.Vector.Storable.Sized Apply a function on two unsized vectors to sized vectors. The function must preserve the size of the vectors, this is not checked.
type
MVector = MVector MVectorvector-sized Data.Vector.Unboxed.Mutable.Sized type
MVector = MVector MVectorvector-sized Data.Vector.Unboxed.Sized withVectorUnsafe :: forall a b (n :: Nat) . (Vector a -> Vector b) -> Vector n a -> Vector n bvector-sized Data.Vector.Unboxed.Sized Apply a function on unsized vectors to a sized vector. The function must preserve the size of the vector, this is not checked.
-
vector-sized Data.Vector.Unboxed.Sized Apply a function on two unsized vectors to sized vectors. The function must preserve the size of the vectors, this is not checked.
makeVectorR :: Load r Ix1 e => r -> Comp -> Sz1 -> (Ix1 -> e) -> Vector r emassiv Data.Massiv.Array Same as makeArrayR, but restricted to 1-dimensional arrays.
evalBoxedMVector :: PrimMonad m => MVector (PrimState m) a -> m (MArray (PrimState m) B Ix1 a)massiv Data.Massiv.Array.Manifest O(n) - Convert mutable boxed vector and evaluate all elements to WHNF sequentially. Both keep pointing to the same memory