Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. zipVectorsUnsafe :: forall a b c (n :: Nat) . (Vector a -> Vector b -> Vector c) -> Vector n a -> Vector n b -> Vector n c

    vector-sized Data.Vector.Sized

    Apply a function on two unsized vectors to sized vectors. The function must preserve the size of the vectors, this is not checked.

  2. type MVector = MVector MVector

    vector-sized Data.Vector.Storable.Mutable.Sized

    Vector specialized to use Mutable.

  3. type MVector = MVector MVector

    vector-sized Data.Vector.Storable.Sized

    Vector specialized to use Mutable.

  4. withVectorUnsafe :: forall a b (n :: Nat) . (Vector a -> Vector b) -> Vector n a -> Vector n b

    vector-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.

  5. zipVectorsUnsafe :: forall a b c (n :: Nat) . (Vector a -> Vector b -> Vector c) -> Vector n a -> Vector n b -> Vector n c

    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.

  6. type MVector = MVector MVector

    vector-sized Data.Vector.Unboxed.Mutable.Sized

    Vector specialized to use Mutable.

  7. type MVector = MVector MVector

    vector-sized Data.Vector.Unboxed.Sized

    Vector specialized to use Mutable.

  8. withVectorUnsafe :: forall a b (n :: Nat) . (Vector a -> Vector b) -> Vector n a -> Vector n b

    vector-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.

  9. zipVectorsUnsafe :: forall a b c (n :: Nat) . (Vector a -> Vector b -> Vector c) -> Vector n a -> Vector n b -> Vector n c

    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.

  10. makeVectorR :: Load r Ix1 e => r -> Comp -> Sz1 -> (Ix1 -> e) -> Vector r e

    massiv Data.Massiv.Array

    Same as makeArrayR, but restricted to 1-dimensional arrays.

Page 57 of many | Previous | Next