racket/collects/math/private
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 Reviewing and refactoring `math/matrix', part 1 2012-12-20 17:32:16 -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 Reviewing and refactoring `math/matrix', part 1 2012-12-20 17:32:16 -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