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.
runCovector :: Covector r a -> (a -> r) -> rlinear Linear.Covector No documentation available.
reifyVector :: Vector a -> (forall n . Dim n => V n a -> r) -> rlinear Linear.V No documentation available.
reifyVectorNat :: Vector a -> (forall (n :: Nat) . KnownNat n => V n a -> r) -> rlinear Linear.V No documentation available.
toVector :: V (n :: k) a -> Vector alinear Linear.V No documentation available.
randomVector :: Seed -> RandDist -> Int -> Vector Doublehmatrix Numeric.LinearAlgebra Obtains a vector of pseudorandom elements (use randomIO to get a random seed).
roundVector :: Vector Double -> Vector Doublehmatrix Numeric.LinearAlgebra.Data No documentation available.
sortVector :: (Ord t, Element t) => Vector t -> Vector thmatrix Numeric.LinearAlgebra.Data No documentation available.
subVector :: Storable t => Int -> Int -> Vector t -> Vector thmatrix Numeric.LinearAlgebra.Data takes a number of consecutive elements from a Vector
>>> subVector 2 3 (fromList [1..10]) [3.0,4.0,5.0] it :: (Enum t, Num t, Foreign.Storable.Storable t) => Vector t
-
hmatrix Numeric.LinearAlgebra.Devel No documentation available.
createVector :: Storable a => Int -> IO (Vector a)hmatrix Numeric.LinearAlgebra.Devel No documentation available.