]> gitweb.factorcode.org Git - factor.git/history - extra/math/matrices/laplace/laplace.factor
factor: trim using lists
[factor.git] / extra / math / matrices / laplace / laplace.factor
2022-01-20 Doug Colemanfactor: trim using lists
2020-01-15 John Benediktssonclasses: fix a couple of check-instance uses.
2020-01-15 John Benediktssonclasses: use check-instance in a few places, to remove...
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.