Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. stripSuffix :: String -> String -> Maybe String

    basement Basement.String

    Try to strip a suffix from the end of a String. If the suffix is not ending the string, then Nothing is returned, otherwise the striped string is returned

  2. isPrefixOf :: PrimType ty => UArray ty -> UArray ty -> Bool

    basement Basement.UArray

    No documentation available.

  3. isSuffixOf :: PrimType ty => UArray ty -> UArray ty -> Bool

    basement Basement.UArray

    No documentation available.

  4. matrixHomRep :: forall (v :: Type -> Type) n . (Additive v, Traversable v, Num n) => Transformation v n -> [[n]]

    diagrams-core Diagrams.Core.Transform

    Convert a `Transformation v` to a homogeneous matrix representation. The final list is the translation. The representation leaves off the last row of the matrix as it is always [0,0, ... 1] and this representation is the defacto standard for backends.

  5. matrixRep :: forall (v :: Type -> Type) n . (Additive v, Traversable v, Num n) => Transformation v n -> [[n]]

    diagrams-core Diagrams.Core.Transform

    Convert the linear part of a Transformation to a matrix representation as a list of column vectors which are also lists.

  6. module Data.EventList.Absolute.TimeMixed

    No documentation available.

  7. module Data.EventList.Relative.MixedBody

    Event lists starting with a body and ending with a time difference.

  8. module Data.EventList.Relative.MixedTime

    Event lists starting with a body and ending with a time difference.

  9. module Data.EventList.Relative.TimeMixed

    Event lists starting with a time difference and ending with either a data body or a time difference.

  10. package matrix

    A native implementation of matrix operations. Matrix library. Basic operations and some algorithms. . Usage examples are included in the API reference generated by Haddock. . If you want to use GSL, BLAS and LAPACK, hmatrix (http://hackage.haskell.org/package/hmatrix) is the way to go.

Page 180 of many | Previous | Next