Open
Description
There are currently instances when we want to use arrays of zeros in which size information is retained - this is not something supported by the Zero
differential, but which is supported by FillArrays.jl
's Zeros
type. I would be nice to use this here, but are there perhaps issues with it not defining setindex
?
Related to #15