racket/collects/math/private/array
Neil Toronto 986e695bd5 Made arrays strict by default; please merge to release
* Added parameter `array-strictness', default #t

* Added `array-default-strict!' and `array-default-strict', which act
  like the functions without "default" in the name when
  `array-strictness' is #t; otherwise they do nothing

* Lots of small changes to existing array functions, mostly to ensure
  computations are done using nonstrict arrays, but return values are
  strict when `array-strictness' is #t

* Added strictness tests

* Added tests to ensure untyped code can use `math/array'

* Rewrote `array-map' exported to untyped code using untyped Racket

* Rearranged a lot of `math/array' documentation
2013-01-15 13:53:28 -07:00
..
array-broadcast.rkt Made arrays strict by default; please merge to release 2013-01-15 13:53:28 -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 Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
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 Made arrays strict by default; please merge to release 2013-01-15 13:53:28 -07:00
array-fold.rkt Made arrays strict by default; please merge to release 2013-01-15 13:53:28 -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 Moar `math/matrix' review/refactoring 2012-12-31 14:17: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 Initial commit for `math/array' documentation; about 65% finished 2012-11-24 22:13:24 -07:00
array-struct.rkt Made arrays strict by default; please merge to release 2013-01-15 13:53:28 -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 Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
array-unfold.rkt Made arrays strict by default; please merge to release 2013-01-15 13:53:28 -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 Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
mutable-array.rkt Reviewing and refactoring `math/matrix', part 1 2012-12-20 17:32:16 -07:00
typed-array-constructors.rkt Made arrays strict by default; please merge to release 2013-01-15 13:53:28 -07: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 Made arrays strict by default; please merge to release 2013-01-15 13:53:28 -07:00
typed-array-indexing.rkt Made arrays strict by default; please merge to release 2013-01-15 13:53:28 -07:00
typed-array-pointwise.rkt Made arrays strict by default; please merge to release 2013-01-15 13:53:28 -07:00
typed-array-sequence.rkt Made arrays strict by default; please merge to release 2013-01-15 13:53:28 -07:00
typed-array-struct.rkt Made arrays strict by default; please merge to release 2013-01-15 13:53:28 -07:00
typed-array-transform.rkt Made arrays strict by default; please merge to release 2013-01-15 13:53:28 -07:00
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 Made arrays strict by default; please merge to release 2013-01-15 13:53:28 -07:00
untyped-array-pointwise.rkt Made arrays strict by default; please merge to release 2013-01-15 13:53:28 -07:00
utils.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00