Implement getindex and view for AbstractZero #269
Labels
good first issue
Good for newcomers
LinearOperators
For issues relating to defining linear operators on AbstractDifferentials
It would be handy to add something like the following overloads:
since a
Zero
if interpreted as an array can only haveZero
subarrays or elements. This would make it so rules that depend only on certain elements of a differential don't necessarily have to special-case to work around possibleZero
arrays but can instead just index them as normal.The text was updated successfully, but these errors were encountered: