racket/collects/math/tests
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
..
array-tests.rkt Array changes in response to user feedback (and my personal neuroses) 2012-12-17 15:54:29 -07:00
bigfloat-custodian.rkt ffi/unsafe/custodian: fix weak-reference problem 2012-12-11 09:30:15 -07:00
bigfloat-stress-test.rkt Split "mpfr.rkt" into "gmp.rkt" and "mpfr.rkt" 2012-12-03 22:45:31 -07:00
bigfloat-tests.rkt Added `array->list-array' 2012-12-06 22:52:22 -07:00
flonum-tests.rkt Fixes for errors Pierpaolo Bernardi found by reviewing the docs; also, 2012-12-17 11:40:37 -07:00
function-tests.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
mandelbrot-test.rkt Changed how array strictness works: `array-strict' now makes the 2012-11-29 22:17:06 -09:00
matrix-tests.rkt Moar `math/matrix' review/refactoring 2012-12-20 17:32:16 -07:00
number-theory-tests.rkt Fixes for errors Pierpaolo Bernardi found by reviewing the docs; also, 2012-12-17 11:40:37 -07:00
statistics-tests.rkt Fixes, docs, and API changes for `math/statistics' 2012-12-10 16:45:18 -07:00
strictness-memory-leak-test.rkt Fixed memory leak in making arrays strict: doing so wouldn't clear 2012-12-02 22:21:28 -07:00
test-utils.rkt Reviewing and refactoring `math/matrix', part 1 2012-12-20 17:32:16 -07:00