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.
newUndefinedVector :: Storable t => Int -> ST s (STVector s t)hmatrix Numeric.LinearAlgebra.Devel No documentation available.
newVector :: Storable t => t -> Int -> ST s (STVector s t)hmatrix Numeric.LinearAlgebra.Devel No documentation available.
readVector :: Storable t => STVector s t -> Int -> ST s thmatrix Numeric.LinearAlgebra.Devel No documentation available.
reorderVector :: Element a => Vector CInt -> Vector CInt -> Vector a -> Vector ahmatrix 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.
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.