Custom Query (35 matches)
Results (22 - 24 of 35)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #35 | fixed | Fix Read instance | ||
| Description |
http://stackoverflow.com/questions/8624760/repa-how-to-make-a-read-instance |
|||
| #30 | fixed | Investigate use of Repa monad to hide deepSeqArray | ||
| Description |
Can we build a |
|||
| #21 | fixed | Nicer syntax for taking subarrays | ||
| Description |
A few people have asked how to take sub-matrices. This is an index transformation that's easy to specify, but there should be a nice wrapper for it. We could make a shape polymorphic version using addIndex to add the starting offset. let arr = fromList (Z :. (5 :: Int)) [1, 2, 3, 4, 5 :: Int] in fromFunction (Z :. 3) (\(Z :. ix) -> arr ! (Z :. ix + 1)) |
|||
Note: See TracQuery
for help on using queries.
