racket/collects/math/private/array
Neil Toronto 5a43f2c6bc Finished array documentation!
Cleaned up other docs in preparation for alpha-testing announcement

Created `math/utils' module for stuff that doesn't go anywhere else (e.g.
FFT scaling convention, max-math-threads parameters)

Reduced the number of macros that expand to applications of `array-map'

Added `flvector-sum', defined `flsum' in terms of it

Reduced the number of pointwise `flvector', `flarray' and `fcarray' operations

Reworked `inline-build-flvector' and `inline-flvector-map' to be faster and
expand to less code in both typed and untyped Racket

Redefined conversions like `list->flvector' in terms of for loops (can do
it now that TR has working `for/flvector:', etc.)
2012-11-29 15:45:17 -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 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 Documented `math/array' folds 2012-11-29 15:45:17 -07: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 Documented `math/array' folds 2012-11-29 15:45:17 -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 Finished array documentation! 2012-11-29 15:45:17 -07:00
fcarray-struct.rkt Moved flvector functions into math/flonum 2012-11-29 15:45:17 -07:00
flarray-pointwise.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
flarray-struct.rkt Moved flvector functions into math/flonum 2012-11-29 15:45:17 -07:00
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 Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07: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 Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -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 Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -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 Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
typed-utils.rkt Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
untyped-array-convert.rkt Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
untyped-array-pointwise.rkt
utils.rkt