racket/collects/math/private
Neil Toronto b8efd58aca Array changes in response to user feedback (and my personal neuroses)
* `list->array' now accepts an optional shape argument, and always returns
  an immutable array

* `vector->array' now accepts an optional shape argument, and always
  returns a mutable array

* Removed `make-mutable-array' because `vector->array' does its job now (I
  never liked the name anyway)

* Renamed `unsafe-mutable-array' to `unsafe-vector->array'

* Added optional type annotation to `array' macro to match `mutable-array'

* Reworded error messages in array broadcasting functions

* Made minor array doc fixes
2012-12-17 15:54:29 -07:00
..
array Array changes in response to user feedback (and my personal neuroses) 2012-12-17 15:54:29 -07:00
base Finished array documentation! 2012-11-29 15:45:17 -07:00
bigfloat ffi/unsafe/custodian: fix weak-reference problem 2012-12-11 09:30:15 -07:00
distributions Renamed make-flexp/base' to make-flexpt' 2012-12-03 22:45:31 -07:00
flonum Fixes for errors Pierpaolo Bernardi found by reviewing the docs; also, 2012-12-17 11:40:37 -07:00
functions Renamed make-flexp/base' to make-flexpt' 2012-12-03 22:45:31 -07:00
matrix Documented `math/array' folds 2012-11-29 15:45:17 -07:00
number-theory Fixes for errors Pierpaolo Bernardi found by reviewing the docs; also, 2012-12-17 11:40:37 -07:00
polynomial
statistics Fixes, docs, and API changes for `math/statistics' 2012-12-10 16:45:18 -07:00
vector Finished array documentation! 2012-11-29 15:45:17 -07:00
exception.rkt
inline-sort.rkt
parameters.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
syntax-utils.rkt
unsafe.rkt
utils.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00