racket/collects/math/private/array
Neil Toronto 3670916a11 Initial commit for `math/array' documentation; about 65% finished
Replaced pointwise operators with macros that expand to applications of `array-map'; allows more precise return types and reduces compilation time

Changed literal array syntax to use #() to delimit rows instead of [] (still suggest using square parens, though)

Minor refactoring

Fixed a macro so that the only problem with "array-tests.rkt" now is that typed/rackunit is b0rked
2012-11-24 22:13:24 -07:00
..
array-broadcast.rkt
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
array-fold.rkt
array-indexing.rkt
array-parallel.rkt
array-pointwise.rkt Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
array-print.rkt Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
array-sequence.rkt Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
array-struct.rkt Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07: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
fcarray-struct.rkt
flarray-pointwise.rkt
flarray-struct.rkt
for-each.rkt
mutable-array.rkt Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -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