Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. asVector8s :: AsVector8s a => Int -> a -> [Vector Word8]

    hw-prim HaskellWorks.Data.Vector.AsVector8s

    Represent the value as a list of Vector of n Word8 chunks. The last chunk will also be of the specified chunk size filled with trailing zeros.

  2. module HaskellWorks.Data.Vector.BoxedVectorLike

    No documentation available.

  3. class BoxedVectorLike (v :: Type -> Type) e

    hw-prim HaskellWorks.Data.Vector.BoxedVectorLike

    Class of values that support boxed vector like operations

  4. module HaskellWorks.Data.Vector.StorableVectorLike

    No documentation available.

  5. class StorableVectorLike (v :: Type -> Type) e

    hw-prim HaskellWorks.Data.Vector.StorableVectorLike

    Class of values that support storable vector like operations

  6. data NonEmptyVector a

    keter Keter.Yaml.FilePath

    No documentation available.

  7. NonEmptyVector :: a -> !Vector a -> NonEmptyVector a

    keter Keter.Yaml.FilePath

    No documentation available.

  8. displayVectorField :: Color -> Double -> [Position] -> VectorField -> VisObject Double

    learn-physics Physics.Learn

    Display a vector field.

  9. oneVector :: Color -> Position -> Vec -> VisObject Double

    learn-physics Physics.Learn

    Place a vector at a particular position.

  10. probVector :: Vector C -> Vector Double

    learn-physics Physics.Learn.QuantumMat

    Return a vector of probabilities for a given state vector.

Page 107 of many | Previous | Next