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

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

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

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

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

    hmatrix Numeric.LinearAlgebra.Devel

    unzip for Vectors

  4. 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

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

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

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

    hmatrix Numeric.LinearAlgebra.Devel

    zip for Vectors

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

    hmatrix Numeric.LinearAlgebra.Devel

    zipWith for Vectors

  8. randomVector :: forall (n :: Nat) . KnownNat n => Seed -> RandDist -> R n

    hmatrix Numeric.LinearAlgebra.Static

    No documentation available.

  9. withVector :: Vector ℝ -> (forall (n :: Nat) . KnownNat n => R n -> z) -> z

    hmatrix Numeric.LinearAlgebra.Static

    No documentation available.

  10. zipWithVector :: forall (n :: Nat) . (Domain field vec mat, KnownNat n) => (field -> field -> field) -> vec n -> vec n -> vec n

    hmatrix Numeric.LinearAlgebra.Static

    No documentation available.

Page 46 of many | Previous | Next