Hoogle Search
Within LTS Haskell 24.31 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
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.
toStorableVector :: (C sh, Storable a) => Array sh a -> Vector acomfort-array Data.Array.Comfort.Storable No documentation available.
fromStorableVector :: Storable a => Vector a -> Array (ZeroBased Int) acomfort-array Data.Array.Comfort.Storable.Unchecked No documentation available.
toStorableVector :: (C sh, Storable a) => Array sh a -> Vector acomfort-array Data.Array.Comfort.Storable.Unchecked No documentation available.
sumVector :: (Vector v Double, Summation s) => (s -> Double) -> v Double -> Doublemath-functions Numeric.Sum O(n) Sum a vector of values.
alignVectorWith :: (Vector v a, Vector v b, Vector v c) => (These a b -> c) -> v a -> v b -> v csemialign Data.Align No documentation available.