]> gitweb.factorcode.org Git - factor.git/history - extra/arrays/shaped/shaped.factor
factor: trim more using lists.
[factor.git] / extra / arrays / shaped / shaped.factor
2022-01-20 Doug Colemanfactor: trim more using lists.
2020-11-05 John Benediktssonarrays.shaped: adding get words.
2020-02-26 John Benediktssonmath.vectors: rename "v." to "vdot"
2018-02-14 John Benediktssoncore/basis/extra: use none?.
2017-10-24 John Benediktssonmath: using ``v.`` instead of ``v* sum`` in a few places.
2017-07-22 Doug Colemanarrays.shaped: A bit of work on arrays.shaped.
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
2013-07-24 Doug Colemanarrays.shaped: Inefficient iteration with indices.
2013-04-11 Doug Colemanarrays.shaped: Deal with 0s in shape.
2012-11-15 Doug Colemanarrays.shaped: First stab at an n-dimensional array...