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. mdVectorSquareOpen :: String

    nerd-font-icons Graphics.Icons.NerdFont

    No documentation available.

  2. mdVectorSquarePlus :: String

    nerd-font-icons Graphics.Icons.NerdFont

    No documentation available.

  3. mdVectorSquareRemove :: String

    nerd-font-icons Graphics.Icons.NerdFont

    No documentation available.

  4. mdVectorTriangle :: String

    nerd-font-icons Graphics.Icons.NerdFont

    No documentation available.

  5. mdVectorUnion :: String

    nerd-font-icons Graphics.Icons.NerdFont

    No documentation available.

  6. startVector :: Score -> [Int]

    probability Numeric.Probability.Example.Kruskal

    No documentation available.

  7. randomishDoubleVector :: Int -> Double -> Double -> Int -> Vector Double

    repa-algorithms Data.Array.Repa.Algorithms.Randomish

    Generate some randomish doubles with terrible statistical properties. This just takes randmish ints then scales them, so there's not much randomness in low-order bits.

  8. randomishIntVector :: Int -> Int -> Int -> Int -> Vector Int

    repa-algorithms Data.Array.Repa.Algorithms.Randomish

    No documentation available.

  9. readVectorFromTextFile :: (Num e, Read e, Unbox e) => FilePath -> IO (Array U DIM1 e)

    repa-io Data.Array.Repa.IO.Vector

    Read a vector from a text file.

    • WARNING: This is implemented fairly naively, just using Strings under the covers. It will be slow for large data files.
    • It also doesn't do graceful error handling. If the file has the wrong format you'll get a confusing error.

  10. writeVectorToTextFile :: (Show e, Source r e) => Array r DIM1 e -> FilePath -> IO ()

    repa-io Data.Array.Repa.IO.Vector

    Write a vector as a text file.

Page 133 of many | Previous | Next