factor/extra/tensors
John Benediktsson 3e428b1754
tensors.tensor-slice: make step-slice not extend slice.
This caused a small regression in compiler.tree.cleanup on this test:

{ t } [
    [ { array } declare 2 <groups> [ . . ] assoc-each ]
    \ nth-unsafe inlined?
] unit-test

I'm not entirely sure why it wasn't able to infer the slice that was created
for iteration stays a slice, and never becomes a step-slice, so perhaps there
is some improvement to be made in type inference here.
2020-04-11 20:33:14 -05:00
..
benchmark tensors: optimize matrix operations. 2019-12-13 14:52:09 -08:00
tensor-slice tensors.tensor-slice: make step-slice not extend slice. 2020-04-11 20:33:14 -05:00
tensors-docs.factor
tensors-tests.factor
tensors.factor tensors: faster tensor/number operations by forcing floats. 2019-12-13 15:09:24 -08:00