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
array-comprehension.rkt
array-constructors.rkt
array-convert.rkt
array-fft.rkt
array-fold.rkt
array-indexing.rkt
array-parallel.rkt
array-pointwise.rkt
array-print.rkt
array-sequence.rkt
array-struct.rkt
array-syntax.rkt
array-transform.rkt
fcarray-pointwise.rkt
fcarray-struct.rkt
flarray-pointwise.rkt
flarray-struct.rkt
for-each.rkt
mutable-array.rkt
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