Custom Query (35 matches)
Results (28 - 30 of 35)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#42 | fixed | Result of foldAllP isn't forced. | ||
Description |
Report from Chris Reade:
That is why I expected this code to work without the explicit writeHeatMapBMP :: String -> Array U DIM2 Double -> IO() writeHeatMapBMP filename arr = do maxVal <- foldAllP max 0.0 arr minVal <- foldAllP min 0.0 arr arrImageOut <- minVal `seq` maxVal `seq` computeP $ R.map rgb8OfDouble $ R.map (rampColorHotToCold minVal maxVal) arr writeImageToBMP filename arrImageOut The implementation of foldAllP should ensure that the result is evaluated before it returns. |
|||
#8 | wontfix | Add QR factorisation example. | ||
Description | ||||
#9 | wontfix | Add singular value decomposition example. | ||
Description |
http://en.wikipedia.org/wiki/Singular_value_decomposition We should be able to do some basic image compression with this? |
Note: See TracQuery
for help on using queries.