factor/basis/math/matrices
Doug Coleman 6f3fe950a7 math.matrices: Add a diagonal-matrix word that makes an nxn matrix from a sequence.
Optimize identity-matrix word -- 2-3x faster using diagonal-matrix.
Add an eye word that makes an mxn diagonal matrix with a diagonal offset by k.
2012-05-04 11:31:05 -07:00
..
elimination
authors.txt
matrices-tests.factor math.matrices: Add a diagonal-matrix word that makes an nxn matrix from a sequence. 2012-05-04 11:31:05 -07:00
matrices.factor math.matrices: Add a diagonal-matrix word that makes an nxn matrix from a sequence. 2012-05-04 11:31:05 -07:00
summary.txt