You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This idea is a generalisation of the CFDiskArray in DiskArrayTools.jl.
So a BroadcastDiskArray that also works for setindex! by having an inverse function that we call in writeblock!
We could even use InverseFunctions.jl to automatically detect the inverse function and allow inverted setindex even after a simple broadcast using dot syntax - without specifying the inverse function.
The text was updated successfully, but these errors were encountered:
rafaqz
changed the title
Add IntertableBroadcastDiskArray
Add IntvertibleBroadcastDiskArrayJun 15, 2024
This idea is a generalisation of the
CFDiskArray
in DiskArrayTools.jl.So a
BroadcastDiskArray
that also works forsetindex!
by having an inverse function that we call inwriteblock!
We could even use InverseFunctions.jl to automatically detect the inverse function and allow inverted setindex even after a simple broadcast using dot syntax - without specifying the inverse function.
The text was updated successfully, but these errors were encountered: