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.

  1. indiceVector :: JpgUnpackerParameter -> {-# UNPACK #-} !Int

    JuicyPixels 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.

  2. module Linear.Covector

    Operations on affine spaces.

  3. newtype Covector r a

    linear Linear.Covector

    Linear functionals from elements of an (infinite) free module to a scalar

  4. Covector :: ((a -> r) -> r) -> Covector r a

    linear Linear.Covector

    No documentation available.

  5. runCovector :: Covector r a -> (a -> r) -> r

    linear Linear.Covector

    No documentation available.

  6. reifyVector :: Vector a -> (forall n . Dim n => V n a -> r) -> r

    linear Linear.V

    No documentation available.

  7. reifyVectorNat :: Vector a -> (forall (n :: Nat) . KnownNat n => V n a -> r) -> r

    linear Linear.V

    No documentation available.

  8. toVector :: V (n :: k) a -> Vector a

    linear Linear.V

    No documentation available.

  9. randomVector :: Seed -> RandDist -> Int -> Vector Double

    hmatrix Numeric.LinearAlgebra

    Obtains a vector of pseudorandom elements (use randomIO to get a random seed).

  10. roundVector :: Vector Double -> Vector Double

    hmatrix Numeric.LinearAlgebra.Data

    No documentation available.

Page 42 of many | Previous | Next