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.
takeVectorPattern :: Storable a => LazySize -> Vector a -> Vector astorablevector Data.StorableVector.Lazy.Pattern Preserves the chunk pattern of the lazy vector.
type
DefaultVector = Vector DefaultChunkSizestorablevector Data.StorableVector.Lazy.Typed No documentation available.
fromVectorLazy :: (Size size, Storable a) => Vector a -> Vector size astorablevector Data.StorableVector.Lazy.Typed This will maintain all laziness breaks, but if chunks are too big, they will be split.
toVectorLazy :: Vector size a -> Vector astorablevector Data.StorableVector.Lazy.Typed No documentation available.
runSTVector :: Storable e => (forall s . () => ST s (Vector s e)) -> Vector estorablevector Data.StorableVector.ST.Lazy No documentation available.
runSTVector :: Storable e => (forall s . () => ST s (Vector s e)) -> Vector estorablevector Data.StorableVector.ST.Strict No documentation available.
mapSegmentVectors :: (v n -> v' n') -> Segment c v n -> Segment c v' n'diagrams-lib Diagrams.Segment Map over the vectors of each segment.
sumVector :: (Vector v Double, Summation s) => (s -> Double) -> v Double -> Doublemath-functions Numeric.Sum O(n) Sum a vector of values.
module Data.Monoid.Instances.
CharVector This module contains orphan IsString and TextualMonoid instances of Vector Char.
fromStorableVector :: Storable a => Vector a -> Array (ZeroBased Int) acomfort-array Data.Array.Comfort.Storable No documentation available.