racket/collects/math/private/array
Neil Toronto 8f17913d55 Fixed memory leak in making arrays strict: doing so wouldn't clear
the reference to the original procedure, which itself could hold on
to a lot of memory
2012-12-02 22:21:28 -07:00
..
array-broadcast.rkt Documented array printing, broadcasting, and transformations 2012-11-29 15:45:17 -07:00
array-comprehension.rkt
array-constructors.rkt
array-convert.rkt
array-fft.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
array-fold.rkt Documented `math/array' folds 2012-11-29 15:45:17 -07:00
array-indexing.rkt
array-parallel.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
array-pointwise.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
array-print.rkt Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
array-sequence.rkt
array-special-folds.rkt Worked around new typed/rackunit limitations in "array-tests.rkt" and 2012-11-29 15:45:17 -07:00
array-struct.rkt Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
array-syntax.rkt
array-transform.rkt
fcarray-pointwise.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
fcarray-struct.rkt Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
flarray-pointwise.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
flarray-struct.rkt Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
for-each.rkt
mutable-array.rkt Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
typed-array-constructors.rkt Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
typed-array-convert.rkt
typed-array-fold.rkt Documented `math/array' folds 2012-11-29 15:45:17 -07:00
typed-array-indexing.rkt
typed-array-pointwise.rkt
typed-array-sequence.rkt
typed-array-struct.rkt Fixed memory leak in making arrays strict: doing so wouldn't clear 2012-12-02 22:21:28 -07:00
typed-array-transform.rkt
typed-mutable-array.rkt Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
typed-utils.rkt Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
untyped-array-convert.rkt Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
untyped-array-pointwise.rkt
utils.rkt