factor/extra/tensors
John Benediktsson d0fd75b208 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-01-08 09:05:06 -08: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-01-08 09:05:06 -08:00
tensors-docs.factor tensors: fix help-lint warnings. 2019-11-24 15:43:29 -08:00
tensors-tests.factor
tensors.factor tensors: faster tensor/number operations by forcing floats. 2019-12-13 15:09:24 -08:00