Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- computeP :: (Monad m, Image i, Storable (ImagePixel i)) => i -> m (Manifest (ImagePixel i))
Documentation
computeP :: (Monad m, Image i, Storable (ImagePixel i)) => i -> m (Manifest (ImagePixel i)) Source #
Parallel version of compute
.
Computes the value of an image into a manifest representation in parallel.
The monad ensures that the image is fully evaluated before continuing.