Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. rowVector :: Vector a -> Matrix a

    matrix Data.Matrix

    O(1). Represent a vector as a one row matrix.

  2. genericGetVector :: (Vector v a, Binary a) => Get (v a)

    vector-binary-instances Data.Vector.Binary

    Generic function for vector deserialization.

  3. genericGetVectorWith :: Vector v a => Get Int -> Get a -> Get (v a)

    vector-binary-instances Data.Vector.Binary

    Deserialize vector using custom parsers.

  4. genericPutVector :: (Vector v a, Binary a) => v a -> Put

    vector-binary-instances Data.Vector.Binary

    Generic put for anything in the G.Vector class.

  5. genericPutVectorWith :: Vector v a => (Int -> Put) -> (a -> Put) -> v a -> Put

    vector-binary-instances Data.Vector.Binary

    Generic put for anything in the G.Vector class which uses custom encoders.

  6. data MVector (v :: Type -> Type -> Type) (n :: Nat) s a

    vector-sized Data.Vector.Generic.Mutable.Sized

    A wrapper to tag mutable vectors with a type level length. Be careful when using the constructor here to not construct sized vectors which have a different length than that specified in the type parameter!

  7. newtype MVector (v :: Type -> Type -> Type) (n :: Nat) s a

    vector-sized Data.Vector.Generic.Mutable.Sized.Internal

    A wrapper to tag mutable vectors with a type level length. Be careful when using the constructor here to not construct sized vectors which have a different length than that specified in the type parameter!

  8. MVector :: v s a -> MVector (v :: Type -> Type -> Type) (n :: Nat) s a

    vector-sized Data.Vector.Generic.Mutable.Sized.Internal

    No documentation available.

  9. data BuildVector (n :: Nat) a

    vector-sized Data.Vector.Generic.Sized

    No documentation available.

  10. data MVector (v :: Type -> Type -> Type) (n :: Nat) s a

    vector-sized Data.Vector.Generic.Sized

    A wrapper to tag mutable vectors with a type level length. Be careful when using the constructor here to not construct sized vectors which have a different length than that specified in the type parameter!

Page 55 of many | Previous | Next