racket/collects/math/private/matrix
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
..
matrix-2d.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
matrix-constructors.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
matrix-expt.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
matrix-multiply.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
matrix-operations.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
matrix-pointwise.rkt Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
matrix-sequences.rkt math: avoid import at unnecessary phase 2012-11-16 14:10:32 -07:00
matrix-types.rkt Documented `math/array' folds 2012-11-29 15:45:17 -07:00
utils.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00