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.
-
hmatrix-backprop Numeric.LinearAlgebra.Static.Backprop A version of zipWithVector' that is potentially less performant but is based on zipWithVector from Domain.
-
hmatrix-backprop Numeric.LinearAlgebra.Static.Backprop Note: if possible, use the potentially much more performant zipWithVector'.
storableVector :: (Storable a, MonadGen m) => Range Int -> m a -> m (Vector a)hw-hedgehog HaskellWorks.Hedgehog.Gen No documentation available.
module HaskellWorks.Data.Vector.
AsVector64 No documentation available.
-
hw-prim HaskellWorks.Data.Vector.AsVector64 No documentation available.
asVector64 :: AsVector64 a => a -> Vector Word64hw-prim HaskellWorks.Data.Vector.AsVector64 No documentation available.
module HaskellWorks.Data.Vector.
AsVector64ns No documentation available.
-
hw-prim HaskellWorks.Data.Vector.AsVector64ns No documentation available.
asVector64ns :: AsVector64ns a => Int -> a -> [Vector Word64]hw-prim HaskellWorks.Data.Vector.AsVector64ns Represent the value as a list of Vector of n Word64 chunks. The last chunk will also be of the specified chunk size filled with trailing zeros.
module HaskellWorks.Data.Vector.
AsVector64s No documentation available.