racket/collects/math
Neil Toronto 8d5a069d41 Moar `math/matrix' review/refactoring
* Split "matrix-constructors.rkt" into three parts:
 * "matrix-constructors.rkt"
 * "matrix-conversion.rkt"
 * "matrix-syntax.rkt"

* Made `matrix-map' automatically inline (it's dirt simple)

* Renamed a few things, changed some type signatures

* Fixed error in `matrix-dot' caught by testing (it was broadcasting)

* Rewrote matrix comprehensions in terms of array comprehensions

* Removed `in-column' and `in-row' (can use `in-array', `matrix-col' and
  `matrix-row')

* Tons of new rackunit tests: only "matrix-2d.rkt" and
  "matrix-operations.rkt" are left (though the latter is large)
2012-12-20 17:32:16 -07:00
..
private Moar `math/matrix' review/refactoring 2012-12-20 17:32:16 -07:00
scribblings Reviewing and refactoring `math/matrix', part 1 2012-12-20 17:32:16 -07:00
tests Moar `math/matrix' review/refactoring 2012-12-20 17:32:16 -07:00
array.rkt Reviewing and refactoring `math/matrix', part 1 2012-12-20 17:32:16 -07:00
base.rkt Stubbed out missing math/array' and math/statistics' doc entries to 2012-11-27 18:05:38 -07:00
bigfloat.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
distributions.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
flonum.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
info.rkt Removed extraneous files that DrDr was running 2012-11-17 11:57:13 -07:00
LICENSE.txt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
main.rkt Reviewing and refactoring `math/matrix', part 1 2012-12-20 17:32:16 -07:00
matrix.rkt Moar `math/matrix' review/refactoring 2012-12-20 17:32:16 -07:00
number-theory.rkt Fixed next-prime and prev-prime problem 2012-11-17 21:02:37 -09:00
special-functions.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
statistics.rkt Finished and documented counting and binning functions in `math/statistics' 2012-12-08 22:11:41 -07:00
utils.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
vector.rkt Moved flvector functions into math/flonum 2012-11-29 15:45:17 -07:00