racket/collects/math/private/array
Neil Toronto cd002d5830 Documented `math/array' folds
Refactored many of the fold functions (e.g. `array-axis-andmap' is gone,
replaced by short-cutting `array-axis-and', which is sufficient because the
result of `array-map' is non-strict; added `array-count', `array-all-fold';
removed `array-all=' and friends)

Turned common folds into macros (preserves return types better, speeds up
compilation time)

Exposed a safe variant of `unsafe-array-axis-reduce'
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
array-constructors.rkt
array-convert.rkt
array-fft.rkt
array-fold.rkt Documented `math/array' folds 2012-11-29 15:45:17 -07:00
array-indexing.rkt
array-parallel.rkt
array-pointwise.rkt
array-print.rkt Documented `math/array' folds 2012-11-29 15:45:17 -07:00
array-sequence.rkt
array-special-folds.rkt Documented `math/array' folds 2012-11-29 15:45:17 -07:00
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 Documented `math/array' folds 2012-11-29 15:45:17 -07:00
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