Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. ft_Vector_From_Polar' :: Ptr FT_Vector -> FT_Fixed -> FT_Angle -> IO ()

    freetype2 FreeType.Support.Computations.Internal

    No documentation available.

  2. ft_Vector_Length' :: Ptr FT_Vector -> IO FT_Fixed

    freetype2 FreeType.Support.Computations.Internal

    No documentation available.

  3. ft_Vector_Polarize' :: Ptr FT_Vector -> Ptr FT_Fixed -> Ptr FT_Angle -> IO ()

    freetype2 FreeType.Support.Computations.Internal

    No documentation available.

  4. ft_Vector_Rotate' :: Ptr FT_Vector -> FT_Angle -> IO ()

    freetype2 FreeType.Support.Computations.Internal

    No documentation available.

  5. ft_Vector_Transform' :: Ptr FT_Vector -> Ptr FT_Matrix -> IO ()

    freetype2 FreeType.Support.Computations.Internal

    No documentation available.

  6. ft_Vector_Unit' :: Ptr FT_Vector -> FT_Angle -> IO ()

    freetype2 FreeType.Support.Computations.Internal

    No documentation available.

  7. gramVector :: Text -> Int -> HashMap Text Int

    fuzzyset Data.FuzzySet.Internal

    Generate a list of n-grams (character substrings) from the normalized input and then translate this into a dictionary with the n-grams as keys mapping to the number of occurences of the substring in the list.

    >>> gramVector "xxxx" 2
    fromList [("-x",1), ("xx",3), ("x-",1)]
    
    The substring "xx" appears three times in the normalized string:
    >>> grams "xxxx" 2
    ["-x","xx","xx","xx","x-"]
    
    >>> Data.HashMap.Strict.lookup "nts" (gramVector "intrent'srestaurantsomeoftrent'saunt'santswantsamtorentsomepants" 3)
    Just 8
    

  8. module Grisette.Internal.Core.Data.Class.BitVector

    No documentation available.

  9. asVector :: (Bin bin, Unbox a, Unbox (BinValue bin, a)) => Histogram bin a -> Vector (BinValue bin, a)

    histogram-fill Data.Histogram

    No documentation available.

  10. asVector :: (Bin bin, Vector v a, Vector v (BinValue bin, a)) => Histogram v bin a -> v (BinValue bin, a)

    histogram-fill Data.Histogram.Generic

    Convert histogram data to vector

Page 104 of many | Previous | Next