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.

  1. runSTVector :: Storable e => (forall s . () => ST s (Vector s e)) -> Vector e

    storablevector Data.StorableVector.ST.Lazy

    No documentation available.

  2. runSTVector :: Storable e => (forall s . () => ST s (Vector s e)) -> Vector e

    storablevector Data.StorableVector.ST.Strict

    No documentation available.

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

    diagrams-lib Diagrams.Segment

    Map over the vectors of each segment.

  4. module Data.Monoid.Instances.CharVector

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

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

    comfort-array Data.Array.Comfort.Storable

    No documentation available.

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

    comfort-array Data.Array.Comfort.Storable

    No documentation available.

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

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

    No documentation available.

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

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

    No documentation available.

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

    math-functions Numeric.Sum

    O(n) Sum a vector of values.

  10. 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.

Page 51 of many | Previous | Next