Custom Query (35 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 35)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#6 fixed Change to BSD3 License. Ben Lippmeier
Description

It's MIT atm.

#31 fixed Empty array equals non-empty array Ben Lippmeier
Description

Issac Trotts <issac@…> reports: empty array equals non-empty array

Prelude Data.Array.Repa> import Data.Array.Repa as R
Prelude Data.Array.Repa> let x :: Array DIM1 Int; x = fromList (Z :. (0::Int)) []
Prelude Data.Array.Repa> let y :: Array DIM1 Int; y = fromList (Z :. (1::Int)) [1]
Prelude Data.Array.Repa> x == y
True
Prelude Data.Array.Repa> y == x
*** Exception: Data.Array.Repa.Operators.IndexSpace.reshape: reshaped array will not match size of the original

Make sure this works in Repa3.

#17 fixed FFT: Check that it's being specialised for Manifest arrays. Ben Lippmeier
Description

If not then it'll be a lot slower than needed.

1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.