racket/collects/math/private/array
Neil Toronto f2dc2027f6 Initial math library commit. The history for these changes is preserved
in the original GitHub fork:

  https://github.com/ntoronto/racket

Some things about this are known to be broken (most egregious is that the
array tests DO NOT RUN because of a problem in typed/rackunit), about half
has no coverage in the tests, and half has no documentation. Fixes and
docs are coming. This is committed now to allow others to find errors and
inconsistency in the things that appear to be working, and to give the
author a (rather incomplete) sense of closure.
2012-11-16 11:39:51 -07:00
..
array-broadcast.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
array-comprehension.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
array-constructors.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
array-convert.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
array-fft.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
array-fold.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
array-indexing.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
array-parallel.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
array-pointwise.rkt
array-print.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
array-sequence.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
array-struct.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
array-syntax.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
array-transform.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
fcarray-pointwise.rkt
fcarray-struct.rkt
flarray-pointwise.rkt
flarray-struct.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
for-each.rkt
mutable-array.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
typed-array-constructors.rkt
typed-array-convert.rkt
typed-array-fold.rkt
typed-array-indexing.rkt
typed-array-pointwise.rkt
typed-array-sequence.rkt
typed-array-struct.rkt
typed-array-transform.rkt
typed-mutable-array.rkt
typed-utils.rkt
untyped-array-convert.rkt
untyped-array-pointwise.rkt
utils.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00