]> gitweb.factorcode.org Git - factor.git/history - extra/math/matrices/laplace/laplace.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / math / matrices / laplace / laplace.factor
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2014-11-12 John Benediktssonbasis/extra: fix using for map-index move back to seque...
2014-11-09 Doug Colemanassocs: Make map-index-as support seq or assoc exemplar...
2013-04-25 John Benediktssonmath.matrices.laplace: adding Laplace expansion.