Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. asVector :: (Bin bin, Unbox a, Unbox (BinValue bin, a)) => Histogram bin a -> Vector (BinValue bin, a)

    histogram-fill Data.Histogram

    No documentation available.

  2. asVector :: (Bin bin, Vector v a, Vector v (BinValue bin, a)) => Histogram v bin a -> v (BinValue bin, a)

    histogram-fill Data.Histogram.Generic

    Convert histogram data to vector

  3. dzipWithVector :: forall (n :: Nat) field vec (mat :: Nat -> Nat -> Type) s . (KnownNat n, Domain field vec mat, Num (vec n), Backprop (vec n), Backprop field, Reifies s W) => (forall s' . Reifies s' W => BVar s' field -> BVar s' field -> BVar s' field) -> BVar s (vec n) -> BVar s (vec n) -> BVar s (vec n)

    hmatrix-backprop Numeric.LinearAlgebra.Static.Backprop

    A version of zipWithVector' that is potentially less performant but is based on zipWithVector from Domain.

  4. zipWithVector :: forall (n :: Nat) s . (KnownNat n, Reifies s W) => (BVar s ℝ -> BVar s ℝ -> BVar s ℝ) -> BVar s (R n) -> BVar s (R n) -> BVar s (R n)

    hmatrix-backprop Numeric.LinearAlgebra.Static.Backprop

    Note: if possible, use the potentially much more performant zipWithVector'.

  5. storableVector :: (Storable a, MonadGen m) => Range Int -> m a -> m (Vector a)

    hw-hedgehog HaskellWorks.Hedgehog.Gen

    No documentation available.

  6. module HaskellWorks.Data.Vector.AsVector64

    No documentation available.

  7. class AsVector64 a

    hw-prim HaskellWorks.Data.Vector.AsVector64

    No documentation available.

  8. asVector64 :: AsVector64 a => a -> Vector Word64

    hw-prim HaskellWorks.Data.Vector.AsVector64

    No documentation available.

  9. module HaskellWorks.Data.Vector.AsVector64ns

    No documentation available.

  10. class AsVector64ns a

    hw-prim HaskellWorks.Data.Vector.AsVector64ns

    No documentation available.

Page 105 of many | Previous | Next