Custom Query (35 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 35)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#8 wontfix Add QR factorisation example. Ben Lippmeier
Description

http://en.wikipedia.org/wiki/QR_factorisation

#23 fixed Add array update operator (//) Ben Lippmeier
Description

From SO:

(//) :: Shape sh => Array sh a -> [(sh,a)] -> Array sh a
(//) arr us = fromFunction (extent arr) (\sh -> case lookup sh us of
                                                 Just a  -> a
                                                 Nothing -> index arr sh)
#7 fixed Add bounds checking. Ben Lippmeier
Description

Adding bounds checks would interfere with program optimisation.

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