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.
stripSuffix :: String -> String -> Maybe Stringbasement 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
isPrefixOf :: PrimType ty => UArray ty -> UArray ty -> Boolbasement Basement.UArray No documentation available.
isSuffixOf :: PrimType ty => UArray ty -> UArray ty -> Boolbasement Basement.UArray No documentation available.
-
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.
-
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.
module Data.EventList.Absolute.
TimeMixed No documentation available.
module Data.EventList.Relative.
MixedBody Event lists starting with a body and ending with a time difference.
module Data.EventList.Relative.
MixedTime Event lists starting with a body and ending with a time difference.
module Data.EventList.Relative.
TimeMixed Event lists starting with a time difference and ending with either a data body or a time difference.
-
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.