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.

  1. mapSegmentVectors :: (v n -> v' n') -> Segment c v n -> Segment c v' n'

    diagrams-lib Diagrams.Segment

    Map over the vectors of each segment.

  2. sumVector :: (Vector v Double, Summation s) => (s -> Double) -> v Double -> Double

    math-functions Numeric.Sum

    O(n) Sum a vector of values.

  3. module Data.Monoid.Instances.CharVector

    This module contains orphan IsString and TextualMonoid instances of Vector Char.

  4. fromStorableVector :: Storable a => Vector a -> Array (ZeroBased Int) a

    comfort-array Data.Array.Comfort.Storable

    No documentation available.

  5. toStorableVector :: (C sh, Storable a) => Array sh a -> Vector a

    comfort-array Data.Array.Comfort.Storable

    No documentation available.

  6. fromStorableVector :: Storable a => Vector a -> Array (ZeroBased Int) a

    comfort-array Data.Array.Comfort.Storable.Unchecked

    No documentation available.

  7. toStorableVector :: (C sh, Storable a) => Array sh a -> Vector a

    comfort-array Data.Array.Comfort.Storable.Unchecked

    No documentation available.

  8. alignVectorWith :: (Vector v a, Vector v b, Vector v c) => (These a b -> c) -> v a -> v b -> v c

    semialign Data.Align

    No documentation available.

  9. alignVectorWith :: (Vector v a, Vector v b, Vector v c) => (These a b -> c) -> v a -> v b -> v c

    semialign Data.Semialign

    No documentation available.

  10. getInputMessageNumVectors :: MonadIO m => InputMessage -> m Word32

    gi-gio GI.Gio.Structs.InputMessage

    Get the value of the “num_vectors” field. When overloading is enabled, this is equivalent to

    get inputMessage #numVectors
    

Page 51 of many | Previous | Next