JuliaApproximation / QuasiArrays.jl

A package for representing quasi-arrays
MIT License
12 stars 2 forks source link

Add QuasiSlice #72

Open dlfivefifty opened 3 years ago

dlfivefifty commented 3 years ago

Note that Inclusion should be split into two types, QuasiSlice and Inclusion. At the moment some of the code assumes that an Inclusion is equivalent to QuasiSlice (that is, :) which is why you are seeing these bugs. I just haven't had a need to fix it.

cf https://github.com/JuliaApproximation/ContinuumArrays.jl/issues/99