Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
fromLists :: Context a => [[a]] -> Matrix amatrices Data.Matrix.Storable O(m*n) Create matrix from list of lists, it doesn't check if the list of list is a valid matrix
fromLists :: Context a => [[a]] -> Matrix amatrices Data.Matrix.Unboxed O(m*n) Create matrix from list of lists, it doesn't check if the list of list is a valid matrix
fromListWith :: (Eq k, Hashable k) => (a -> a -> a) -> [(k, a)] -> MonoidalHashMap k amonoidal-containers Data.HashMap.Monoidal O(n*log n). Construct a map with the supplied mappings. If the list contains duplicate mappings, values will be merged using the provided combining function.
fromListWith :: (a -> a -> a) -> [(Int, a)] -> MonoidalIntMap amonoidal-containers Data.IntMap.Monoidal No documentation available.
fromListWithKey :: (Int -> a -> a -> a) -> [(Int, a)] -> MonoidalIntMap amonoidal-containers Data.IntMap.Monoidal No documentation available.
fromListWith :: (a -> a -> a) -> [(Int, a)] -> MonoidalIntMap amonoidal-containers Data.IntMap.Monoidal.Strict No documentation available.
fromListWithKey :: (Int -> a -> a -> a) -> [(Int, a)] -> MonoidalIntMap amonoidal-containers Data.IntMap.Monoidal.Strict No documentation available.
fromListWith :: Ord k => (a -> a -> a) -> [(k, a)] -> MonoidalMap k amonoidal-containers Data.Map.Monoidal No documentation available.
fromListWithKey :: Ord k => (k -> a -> a -> a) -> [(k, a)] -> MonoidalMap k amonoidal-containers Data.Map.Monoidal No documentation available.
fromListWith :: Ord k => (a -> a -> a) -> [(k, a)] -> MonoidalMap k amonoidal-containers Data.Map.Monoidal.Strict No documentation available.