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.
fromVectors :: Vector Double -> Vector Double -> Histogramhmatrix-gsl-stats Numeric.GSL.Histogram create a histogram from the ranges and bin weights
toVectors :: Histogram -> (Vector Double, Vector Double)hmatrix-gsl-stats Numeric.GSL.Histogram extract the ranges and bin weights
addVector :: Histogram2D -> Vector Double -> Vector Double -> Histogram2Dhmatrix-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
addVectorWeighted :: Histogram2D -> Vector Double -> Vector Double -> Vector Double -> Histogram2Dhmatrix-gsl-stats Numeric.GSL.Histogram2D No documentation available.
-
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
-
hpqtypes-extras Database.PostgreSQL.PQTypes.Model.ColumnType No documentation available.
pixelVectorToList :: Storable a => Vector a -> [a]netpbm Graphics.Netpbm Converts a vector of pixels to a list for convenience.
ppVector :: (Vector v a, Pretty a) => v a -> Doc annprettyprinter-combinators Prettyprinter.Combinators No documentation available.
ppVectorWith :: Vector v a => (a -> Doc ann) -> v a -> Doc annprettyprinter-combinators Prettyprinter.Combinators No documentation available.
primitiveVector :: Prim a => Vector a -> PrimArray aprimitive-extras PrimitiveExtras.PrimArray Construct from a primitive vector. In case the vector is not a slice, it is an O(1) op.