ndarray icon indicating copy to clipboard operation
ndarray copied to clipboard

Generalize ref-to-ref ops

Open akern40 opened this issue 10 months ago • 1 comments

The current reference-to-reference operations defined in impl_ops.rs only allow for outputs where the output type is the same as the left-hand operand. This makes sense for reference-to-owned, where we can reuse an allocation, but not for reference-to-reference.

This is a follow on to #1440, and so cannot be merged until then.

akern40 avatar Dec 23 '24 00:12 akern40