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. runSTVector :: Storable t => (forall s . () => ST s (STVector s t)) -> Vector t

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  2. thawVector :: Storable t => Vector t -> ST s (STVector s t)

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  3. unsafeFreezeVector :: Storable t => STVector s t -> ST s (Vector t)

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  4. unsafeReadVector :: Storable t => STVector s t -> Int -> ST s t

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

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

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  6. unsafeWriteVector :: Storable t => STVector s t -> Int -> t -> ST s ()

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  7. unzipVector :: (Storable a, Storable b, Storable (a, b)) => Vector (a, b) -> (Vector a, Vector b)

    hmatrix Numeric.LinearAlgebra.Devel

    unzip for Vectors

  8. unzipVectorWith :: (Storable (a, b), Storable c, Storable d) => ((a, b) -> (c, d)) -> Vector (a, b) -> (Vector c, Vector d)

    hmatrix Numeric.LinearAlgebra.Devel

    unzipWith for Vectors

  9. writeVector :: Storable t => STVector s t -> Int -> t -> ST s ()

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  10. zipVector :: (Storable a, Storable b, Storable (a, b)) => Vector a -> Vector b -> Vector (a, b)

    hmatrix Numeric.LinearAlgebra.Devel

    zip for Vectors

Page 45 of many | Previous | Next