For a banded matrix, which is zero off the bands, should indices return only 
the banded indices or all the indices?  getindex is defined for all indices but 
setindex! only for the banded

Sent from my iPhone

> On 17 Aug 2016, at 12:32, Blake Johnson <[email protected]> wrote:
> 
> Yes, for details see:
> 
> http://docs.julialang.org/en/latest/devdocs/boundscheck/
> 
> For many custom array-like types, it will be sufficient to define 
> indices(A::MyArray) = ...
> 
> --Blake
> 
>> On Tuesday, August 16, 2016 at 9:45:39 PM UTC-4, Sheehan Olver wrote:
>> 
>> Is it possible now to override @inbounds for custom AbstractArray subtypes?

Reply via email to