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.
runSTVector :: Storable t => (forall s . () => ST s (STVector s t)) -> Vector thmatrix Numeric.LinearAlgebra.Devel No documentation available.
thawVector :: Storable t => Vector t -> ST s (STVector s t)hmatrix Numeric.LinearAlgebra.Devel No documentation available.
unsafeFreezeVector :: Storable t => STVector s t -> ST s (Vector t)hmatrix Numeric.LinearAlgebra.Devel No documentation available.
unsafeReadVector :: Storable t => STVector s t -> Int -> ST s thmatrix Numeric.LinearAlgebra.Devel No documentation available.
unsafeThawVector :: Storable t => Vector t -> ST s (STVector s t)hmatrix Numeric.LinearAlgebra.Devel No documentation available.
unsafeWriteVector :: Storable t => STVector s t -> Int -> t -> ST s ()hmatrix Numeric.LinearAlgebra.Devel No documentation available.
unzipVector :: (Storable a, Storable b, Storable (a, b)) => Vector (a, b) -> (Vector a, Vector b)hmatrix Numeric.LinearAlgebra.Devel unzip for Vectors
-
hmatrix Numeric.LinearAlgebra.Devel unzipWith for Vectors
writeVector :: Storable t => STVector s t -> Int -> t -> ST s ()hmatrix Numeric.LinearAlgebra.Devel No documentation available.
zipVector :: (Storable a, Storable b, Storable (a, b)) => Vector a -> Vector b -> Vector (a, b)hmatrix Numeric.LinearAlgebra.Devel zip for Vectors