Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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 No documentation available.
-
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.
imap :: (Context a, Context b) => ((Int, Int) -> a -> b) -> Matrix a -> Matrix bmatrices Data.Matrix.Storable No documentation available.
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.
-
matrices Data.Matrix.Symmetric.Generic Upper triangular imap, i.e., i <= j
imap :: (Context a, Context b) => ((Int, Int) -> a -> b) -> Matrix a -> Matrix bmatrices Data.Matrix.Unboxed No documentation available.
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.