Hoogle Search
Within LTS Haskell 24.19 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
massiv-test Test.Massiv.Array.Delayed No documentation available.
-
massiv-test Test.Massiv.Array.Mutable No documentation available.
imapM :: (Context a, Context b, Monad m) => ((Int, Int) -> a -> m b) -> Matrix a -> m (Matrix b)matrices Data.Matrix O(m*n) Apply the monadic action to every element and its index, yielding a matrix of results.
imapM_ :: (Context a, Monad m) => ((Int, Int) -> a -> m b) -> Matrix a -> m ()matrices Data.Matrix O(m*n) Apply the monadic action to every element and its index, ignoring the results.
-
matrices Data.Matrix.Generic O(m*n) Apply the monadic action to every element and its index, yielding a matrix of results.
-
matrices Data.Matrix.Generic O(m*n) Apply the monadic action to every element and its index, ignoring the results.
imapM :: (Context a, Context b, Monad m) => ((Int, Int) -> a -> m b) -> Matrix a -> m (Matrix b)matrices Data.Matrix.Storable O(m*n) Apply the monadic action to every element and its index, yielding a matrix of results.
imapM_ :: (Context a, Monad m) => ((Int, Int) -> a -> m b) -> Matrix a -> m ()matrices Data.Matrix.Storable O(m*n) Apply the monadic action to every element and its index, ignoring the results.
imapM :: (Context a, Context b, Monad m) => ((Int, Int) -> a -> m b) -> Matrix a -> m (Matrix b)matrices Data.Matrix.Unboxed O(m*n) Apply the monadic action to every element and its index, yielding a matrix of results.
imapM_ :: (Context a, Monad m) => ((Int, Int) -> a -> m b) -> Matrix a -> m ()matrices Data.Matrix.Unboxed O(m*n) Apply the monadic action to every element and its index, ignoring the results.