Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. fromVectors :: Vector Double -> Vector Double -> Histogram

    hmatrix-gsl-stats Numeric.GSL.Histogram

    create a histogram from the ranges and bin weights

  2. toVectors :: Histogram -> (Vector Double, Vector Double)

    hmatrix-gsl-stats Numeric.GSL.Histogram

    extract the ranges and bin weights

  3. addVector :: Histogram2D -> Vector Double -> Vector Double -> Histogram2D

    hmatrix-gsl-stats Numeric.GSL.Histogram2D

    add 1.0 to the correct bin for each element of the vector pair, fails silently if the value is outside the range

  4. addVectorWeighted :: Histogram2D -> Vector Double -> Vector Double -> Vector Double -> Histogram2D

    hmatrix-gsl-stats Numeric.GSL.Histogram2D

    No documentation available.

  5. package hmatrix-vector-sized

    Conversions between hmatrix and vector-sized types Conversions between statically sized types in hmatrix and vector-sized. See README on Github https://github.com/mstksg/hmatrix-vector-sized#readme

  6. TSVectorT :: ColumnType

    hpqtypes-extras Database.PostgreSQL.PQTypes.Model.ColumnType

    No documentation available.

  7. pixelVectorToList :: Storable a => Vector a -> [a]

    netpbm Graphics.Netpbm

    Converts a vector of pixels to a list for convenience.

  8. ppVector :: (Vector v a, Pretty a) => v a -> Doc ann

    prettyprinter-combinators Prettyprinter.Combinators

    No documentation available.

  9. ppVectorWith :: Vector v a => (a -> Doc ann) -> v a -> Doc ann

    prettyprinter-combinators Prettyprinter.Combinators

    No documentation available.

  10. primitiveVector :: Prim a => Vector a -> PrimArray a

    primitive-extras PrimitiveExtras.PrimArray

    Construct from a primitive vector. In case the vector is not a slice, it is an O(1) op.

Page 93 of many | Previous | Next