Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. newUndefinedVector :: Storable t => Int -> ST s (STVector s t)

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

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

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  3. readVector :: Storable t => STVector s t -> Int -> ST s t

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

  4. reorderVector :: Element a => Vector CInt -> Vector CInt -> Vector a -> Vector a

    hmatrix Numeric.LinearAlgebra.Devel

    Transpose an array with dimensions dims by making a copy using strides. For example, for an array with 3 indices, (reorderVector strides dims v) ! ((i * dims ! 1 + j) * dims ! 2 + k) == v ! (i * strides ! 0 + j * strides ! 1 + k * strides ! 2) This function is intended to be used internally by tensor libraries.

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

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

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

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

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

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

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

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

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

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

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

    hmatrix Numeric.LinearAlgebra.Devel

    No documentation available.

Page 45 of many | Previous | Next