Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. vectorUnboxedUnsafeIndex :: Unbox a => Vector a -> Int -> a

    LambdaHack Game.LambdaHack.Core.Prelude

    No documentation available.

  2. vectorOf :: Int -> Gen a -> Gen [a]

    bcp47 Data.BCP47.Internal.Arbitrary

    Generates a list of the given length.

  3. vectorToByteString :: Storable a => Vector a -> ByteString

    bytestring-to-vector Data.Vector.Storable.ByteString

    Convert a Vector to a ByteString.

  4. vectorBuilderC :: forall (m :: Type -> Type) v e n i r . (PrimMonad m, Vector v e, PrimMonad n, PrimState m ~ PrimState n) => Int -> ((e -> n ()) -> ConduitT i Void m r) -> ConduitT i (v e) m r

    classy-prelude-conduit ClassyPrelude.Conduit

    Generally speaking, yielding values from inside a Conduit requires some allocation for constructors. This can introduce an overhead, similar to the overhead needed to represent a list of values instead of a vector. This overhead is even more severe when talking about unboxed values. This combinator allows you to overcome this overhead, and efficiently fill up vectors. It takes two parameters. The first is the size of each mutable vector to be allocated. The second is a function. The function takes an argument which will yield the next value into a mutable vector. Under the surface, this function uses a number of tricks to get high performance. For more information on both usage and implementation, please see: https://www.fpcomplete.com/user/snoyberg/library-documentation/vectorbuilder

  5. package vector-split

    Combinator library for splitting vectors. This package aims to be a vector-based drop-in replacement for the list-based split package. For more information see the haddocs or checkout the source on github.

  6. package vector-stream

    Efficient Streams Simple yet powerful monadic streams that are used as a backbone for vector package fusion functionality.

  7. vectorLineIntegral :: CurveApprox -> VectorField -> Curve -> Vec

    LPFP LPFP

    No documentation available.

  8. vectorSurfaceIntegral :: SurfaceApprox -> VectorField -> Surface -> Vec

    LPFP LPFP

    No documentation available.

  9. vectorVolumeIntegral :: VolumeApprox -> VectorField -> Volume -> Vec

    LPFP LPFP

    No documentation available.

  10. vectorLineIntegral :: CurveApprox -> VectorField -> Curve -> Vec

    LPFP LPFP.ElectricField

    No documentation available.

Page 34 of many | Previous | Next