racket/collects/math/private
Neil Toronto 1aebd171c5 Moar matrix review/refactoring
* Consolidated Gauss and Gauss-Jordan elimination

* Fixed Gaussian elimination to return all indexes for pivotless columns,
  not just those < m

* Consolidated `matrix-row-echelon' and `matrix-reduced-row-echelon'

* Specialized row reduction for determinants; removed option to not do
  partial pivoting (it's never necessary otherwise)

* Added `matrix-invertible?'

* Removed `matrix-solve-many'; now `matrix-solve' solves for multiple
  columns

* Gave `matrix-inverse' and `matrix-solve' optional failure thunk arguments

* Made some functions that return multiple columns return arrays instead
  (i.e. `matrix-column-space')

* Added more tests
2012-12-21 22:59:59 -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 Moar matrix review/refactoring 2012-12-21 22:59:59 -07:00
number-theory Fixes for errors Pierpaolo Bernardi found by reviewing the docs; also, 2012-12-17 11:40:37 -07:00
polynomial Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
statistics Fixes, docs, and API changes for `math/statistics' 2012-12-10 16:45:18 -07:00
vector More efficient Gaussian elimination using vectors of vectors (non-strict 2012-12-21 22:59:59 -07:00
exception.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
inline-sort.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
parameters.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
syntax-utils.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
unsafe.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00
utils.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00