Custom Query (35 matches)
Results (25 - 27 of 35)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #23 | fixed | Add array update operator (//) | ||
| Description |
From SO: (//) :: Shape sh => Array sh a -> [(sh,a)] -> Array sh a
(//) arr us = fromFunction (extent arr) (\sh -> case lookup sh us of
Just a -> a
Nothing -> index arr sh)
|
|||
| #24 | fixed | Unneeded Elt constraint in type of traverse functions | ||
| Description |
|
|||
| #27 | fixed | Use Rewrite rules to specialise map and zipWith to partitioned arrays | ||
| Description |
If we don't then we'll hammer the inRange function for the result of stencil computations, which will be slow. |
|||
Note: See TracQuery
for help on using queries.
