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.
indiceVector :: JpgUnpackerParameter -> {-# UNPACK #-} !IntJuicyPixels Codec.Picture.Jpg.Internal.Progressive When in progressive mode, we can have many color in a scan or only one. The indices changes on this fact, when mixed, there is whole MCU for all color components, spanning multiple block lines. With only one color component we use the normal raster order.
-
Operations on affine spaces.
-
linear Linear.Covector Linear functionals from elements of an (infinite) free module to a scalar
Covector :: ((a -> r) -> r) -> Covector r alinear Linear.Covector No documentation available.
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.