Custom Query (35 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 35)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#35 fixed Fix Read instance Ben Lippmeier
Description

http://stackoverflow.com/questions/8624760/repa-how-to-make-a-read-instance

#30 fixed Investigate use of Repa monad to hide deepSeqArray Ben Lippmeier
Description

Can we build a Par-like monad that automatically inserts deepSeqArray and prevents nested parallelism?

#21 fixed Nicer syntax for taking subarrays Ben Lippmeier
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))
1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.