racket/collects/math/private/array
Neil Toronto 769e8b47ec Added `array->list-array'
Cleaned up expected value code a little

Refactored running statistics objects (hid private fields, added
`update-statistics*')

Documented expected value functions and running statistics

Removed `bfpsi0' from bigfloat tests (DrDr's libmpfr doesn't have it)

Commented out custodian shutdown callback that frees MPFR's cache
(something's broken)
2012-12-06 22:52:22 -07:00
..
array-broadcast.rkt Documented array printing, broadcasting, and transformations 2012-11-29 15:45:17 -07:00
array-comprehension.rkt Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
array-constructors.rkt
array-convert.rkt
array-fft.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
array-fold.rkt Added `array->list-array' 2012-12-06 22:52:22 -07:00
array-indexing.rkt Stopped exporting `slice-indexes-array' 2012-12-03 22:45:31 -07:00
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 Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
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 Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
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 Added `array->list-array' 2012-12-06 22:52:22 -07:00
typed-array-indexing.rkt Stopped exporting `slice-indexes-array' 2012-12-03 22:45:31 -07:00
typed-array-pointwise.rkt Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
typed-array-sequence.rkt Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
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 Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
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