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.
-
nerd-font-icons Graphics.Icons.NerdFont No documentation available.
-
nerd-font-icons Graphics.Icons.NerdFont No documentation available.
mdVectorSquareRemove :: Stringnerd-font-icons Graphics.Icons.NerdFont No documentation available.
-
nerd-font-icons Graphics.Icons.NerdFont No documentation available.
-
nerd-font-icons Graphics.Icons.NerdFont No documentation available.
-
probability Numeric.Probability.Example.Kruskal No documentation available.
randomishDoubleVector :: Int -> Double -> Double -> Int -> Vector Doublerepa-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.
randomishIntVector :: Int -> Int -> Int -> Int -> Vector Intrepa-algorithms Data.Array.Repa.Algorithms.Randomish No documentation available.
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.
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.