racket/collects/math/private/array
Neil Toronto 155ec7dc41 Reviewing and refactoring `math/matrix', part 1
* Finally added `array-axis-expand' as a dual for `array-axis-reduce'
  in order to implement `vandermonde-matrix' elegantly

* Better, shorter matrix multiply; reworked all matrix arithmetic

* Split "matrix-operations.rkt" into at least 5 parts:
 * "matrix-operations.rkt"
 * "matrix-basic.rkt"
 * "matrix-comprehension.rkt"
 * "matrix-sequences.rkt"
 * "matrix-column.rkt"

Added "matrix-constructors.rkt"

Added `matrix', `row-matrix', and `col-matrix' macros

A lot of other little changes

Currently, `in-row' and `in-column' are broken. I intend to implement
them in a way that makes them work in untyped and Typed Racket.
2012-12-20 17:32:16 -07:00
..
array-broadcast.rkt Array changes in response to user feedback (and my personal neuroses) 2012-12-17 15:54:29 -07:00
array-comprehension.rkt Array changes in response to user feedback (and my personal neuroses) 2012-12-17 15:54:29 -07:00
array-constructors.rkt
array-convert.rkt Array changes in response to user feedback (and my personal neuroses) 2012-12-17 15:54:29 -07:00
array-fft.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
array-fold.rkt Added `array->list-array' 2012-12-06 22:52:22 -07:00
array-indexing.rkt Stopped exporting `slice-indexes-array' 2012-12-03 22:45:31 -07:00
array-parallel.rkt Array changes in response to user feedback (and my personal neuroses) 2012-12-17 15:54:29 -07:00
array-pointwise.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
array-print.rkt Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
array-sequence.rkt
array-special-folds.rkt Worked around new typed/rackunit limitations in "array-tests.rkt" and 2012-11-29 15:45:17 -07:00
array-struct.rkt Array changes in response to user feedback (and my personal neuroses) 2012-12-17 15:54:29 -07:00
array-syntax.rkt Array changes in response to user feedback (and my personal neuroses) 2012-12-17 15:54:29 -07:00
array-transform.rkt
array-unfold.rkt Reviewing and refactoring `math/matrix', part 1 2012-12-20 17:32:16 -07:00
fcarray-pointwise.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
fcarray-struct.rkt Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
flarray-pointwise.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
flarray-struct.rkt Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
for-each.rkt
mutable-array.rkt Reviewing and refactoring `math/matrix', part 1 2012-12-20 17:32:16 -07:00
typed-array-constructors.rkt Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
typed-array-convert.rkt Array changes in response to user feedback (and my personal neuroses) 2012-12-17 15:54:29 -07:00
typed-array-fold.rkt Reviewing and refactoring `math/matrix', part 1 2012-12-20 17:32:16 -07:00
typed-array-indexing.rkt Stopped exporting `slice-indexes-array' 2012-12-03 22:45:31 -07:00
typed-array-pointwise.rkt
typed-array-sequence.rkt
typed-array-struct.rkt Array changes in response to user feedback (and my personal neuroses) 2012-12-17 15:54:29 -07:00
typed-array-transform.rkt
typed-mutable-array.rkt Reviewing and refactoring `math/matrix', part 1 2012-12-20 17:32:16 -07:00
typed-utils.rkt Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
untyped-array-convert.rkt Array changes in response to user feedback (and my personal neuroses) 2012-12-17 15:54:29 -07:00
untyped-array-pointwise.rkt
utils.rkt