ndarray icon indicating copy to clipboard operation
ndarray copied to clipboard

Give MathCell arithmetic ops implementations

Open bluss opened this issue 4 years ago • 0 comments

This is a follow-up to MathCell introduced in #877.

MathCell should have arithmetic operations so that arrays and views using MathCell elements can participate in some arithmetic ops. Preferably together with non-cell arrays. Detailed design might need to be decided after seeing what's permitted w.r.t impl overlap.

T.b.h most-wished for items would be ArrayView<MathCell<T>, _> += &array<T, _> and similar - i.e. easy ways to modify ArrayView<MathCell<T>, _> using assign ops.

bluss avatar Apr 05 '21 19:04 bluss