Add N-ary TSTransform Operators
This MR adds a general base class for n-ary operators, which can be written as a function that takes n input arrays and returns one array. There is also a subclass showing how to use the NaryTransform for the Multiplier use case.
This MR is purely additive and helps the sgn-cal team create elements they need like Multiply, Real/Imag, etc.
Edited by James Kennington