Custom Query (35 matches)
Results (4 - 6 of 35)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #8 | wontfix | Add QR factorisation example. | ||
| Description | ||||
| #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)
|
|||
| #7 | fixed | Add bounds checking. | ||
| Description |
Adding bounds checks would interfere with program optimisation. |
|||
Note: See TracQuery
for help on using queries.
