Custom Query (35 matches)
Results (19 - 21 of 35)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#6 | fixed | Change to BSD3 License. | ||
Description |
It's MIT atm. |
|||
#31 | fixed | Empty array equals non-empty array | ||
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. | ||
Description |
If not then it'll be a lot slower than needed. |
Note: See TracQuery
for help on using queries.