racket/collects/math/private/matrix
Neil Toronto e5eb9751f0 Initial `math/matrix' documentation, and some changes
* At least stubbed out all (or almost all) `math/matrix' exports; many
  have complete documentation (e.g. types, predicates, accessors,
  constructors, for loops, conversion, much of "Comparing Matrices")

* Moved `matrix-zero?' and fixed to use (matrix-error-norm) as its norm

* Added `matrix-basis-cos-angle' (currently a stub; should return smallest
  singular value of a certain matrix multiplication)
2013-01-01 18:19:43 -07:00
..
matrix-2d.rkt Moar `math/matrix' review/refactoring 2012-12-31 14:17:17 -07:00
matrix-arithmetic.rkt Moar `math/matrix' review/refactoring 2012-12-31 14:17:17 -07:00
matrix-basic.rkt Initial `math/matrix' documentation, and some changes 2013-01-01 18:19:43 -07:00
matrix-comprehension.rkt Moar `math/matrix' review/refactoring 2012-12-31 14:17:17 -07:00
matrix-constructors.rkt Moar `math/matrix' review/refactoring 2012-12-31 14:17:17 -07:00
matrix-conversion.rkt Moar `math/matrix' review/refactoring 2012-12-31 14:17:17 -07:00
matrix-expt.rkt Moar `math/matrix' review/refactoring 2012-12-31 14:17:17 -07:00
matrix-gauss-elim.rkt Added back partial pivoting to Gaussian elimination 2013-01-01 12:12:07 -07:00
matrix-gram-schmidt.rkt Moar `math/matrix' review/refactoring 2012-12-31 14:17:17 -07:00
matrix-lu.rkt Moar `math/matrix' review/refactoring 2012-12-31 14:17:17 -07:00
matrix-operator-norm.rkt Initial `math/matrix' documentation, and some changes 2013-01-01 18:19:43 -07:00
matrix-qr.rkt Moar `math/matrix' review/refactoring 2012-12-31 14:17:17 -07:00
matrix-solve.rkt Made Gaussian elimination faster (half the scaled additions) and more 2013-01-01 18:19:43 -07:00
matrix-subspace.rkt Moar `math/matrix' review/refactoring 2012-12-31 14:17:17 -07:00
matrix-syntax.rkt Initial `math/matrix' documentation, and some changes 2013-01-01 18:19:43 -07:00
matrix-types.rkt Initial `math/matrix' documentation, and some changes 2013-01-01 18:19:43 -07:00
typed-matrix-arithmetic.rkt Moar `math/matrix' review/refactoring 2012-12-31 14:17:17 -07:00
untyped-matrix-arithmetic.rkt Moar `math/matrix' review/refactoring 2012-12-31 14:17:17 -07:00
utils.rkt Made Gaussian elimination faster (half the scaled additions) and more 2013-01-01 18:19:43 -07:00