racket/collects/math/private/vector
Neil Toronto f5fa93572d Moar `math/matrix' review/refactoring
* Gram-Schmidt using vector type

* QR decomposition

* Operator 1-norm and maximum norm; stub for 2-norm and angle between
  subspaces (`matrix-basis-angle')

* `matrix-absolute-error' and `matrix-relative-error'; also predicates
  based on them, such as `matrix-identity?'

* Lots of shuffling code about

* Types that can have contracts, and an exhaustive test to make sure
  every value exported by `math/matrix' has a contract when used in
  untyped code

* Some more tests (still needs some)
2012-12-31 14:17:17 -07:00
..
vector-fft.rkt Finished array documentation! 2012-11-29 15:45:17 -07:00
vector-mutate.rkt Moar `math/matrix' review/refactoring 2012-12-31 14:17:17 -07:00
vector.rkt Initial math library commit. The history for these changes is preserved 2012-11-16 11:39:51 -07:00