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
Related
Might require issue #167 to be implemented first and potentially #377.
Feature functionality
Make use of the __binary_op for higher-level broadcastable binary operations, such as minimum(), where(), outer(), ... The logic for resplitting DNDarrays should already be present in __binary_op (or should eventually be there). It would be redundant and redundant to have them yet again in each of these high-level calls.
Individual calls might make it necessary to copy some parts of the behaviour. If so, think about how to split up __binary_op so that the code duplication is minimal.
The text was updated successfully, but these errors were encountered:
Related
Might require issue #167 to be implemented first and potentially #377.
Feature functionality
Make use of the __binary_op for higher-level broadcastable binary operations, such as minimum(), where(), outer(), ... The logic for resplitting DNDarrays should already be present in __binary_op (or should eventually be there). It would be redundant and redundant to have them yet again in each of these high-level calls.
Individual calls might make it necessary to copy some parts of the behaviour. If so, think about how to split up __binary_op so that the code duplication is minimal.
The text was updated successfully, but these errors were encountered: