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. foldVector :: Storable a => (a -> b -> b) -> b -> Vector a -> b

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  2. foldVectorG :: Storable t1 => (Int -> (Int -> t1) -> t -> t) -> t -> Vector t1 -> t

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  3. foldVectorWithIndex :: Storable a => (Int -> a -> b -> b) -> b -> Vector a -> b

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  4. freezeVector :: Storable t => STVector s t -> ST s (Vector t)

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  5. liftSTVector :: Storable t => (Vector t -> a) -> STVector s t -> ST s a

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  6. mapVectorM :: (Storable a, Storable b, Monad m) => (a -> m b) -> Vector a -> m (Vector b)

    hmatrix Numeric.LinearAlgebra.Devel

    monadic map over Vectors the monad m must be strict

  7. mapVectorM_ :: (Storable a, Monad m) => (a -> m ()) -> Vector a -> m ()

    hmatrix Numeric.LinearAlgebra.Devel

    monadic map over Vectors

  8. mapVectorWithIndex :: (Storable a, Storable b) => (Int -> a -> b) -> Vector a -> Vector b

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  9. mapVectorWithIndexM :: (Storable a, Storable b, Monad m) => (Int -> a -> m b) -> Vector a -> m (Vector b)

    hmatrix Numeric.LinearAlgebra.Devel

    monadic map over Vectors with the zero-indexed index passed to the mapping function the monad m must be strict

  10. mapVectorWithIndexM_ :: (Storable a, Monad m) => (Int -> a -> m ()) -> Vector a -> m ()

    hmatrix Numeric.LinearAlgebra.Devel

    monadic map over Vectors with the zero-indexed index passed to the mapping function

Page 44 of many | Previous | Next