Imagine I want to map a function over an array, but the function has a type not just of a -> b but a -> Int -> b i.e. depends also on an index. How do I do that?
|
feedback
|
|
Short answer, use Longer example:
So here | ||||
|
feedback
|
|
Good question, and it wasn't documented in the Repa tutorial, so I've updated it with a new section on traversals. In particular,
Meaning you can do things like: Replace all eleemnts with their row index
Multiply an element by its row
And so on. Advanced: parallel image desaturation | |||
|
feedback
|