Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
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.
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.
alignVectorWith :: (Vector v a, Vector v b, Vector v c) => (These a b -> c) -> v a -> v b -> v csemialign Data.Semialign No documentation available.
getInputMessageNumVectors :: MonadIO m => InputMessage -> m Word32gi-gio GI.Gio.Structs.InputMessage Get the value of the “num_vectors” field. When overloading is enabled, this is equivalent to
get inputMessage #numVectors