On Mon, Dec 17, 2018 at 6:37 PM Jimmy Gauvin <[email protected]> wrote: > > I have a function that produces a 2 column table with a variable number of > > lines depending on the input. Applying the function to each row of an input > > table returns a three dimensional matrix with padding. > > > > Is there a way to obtain a two-dimensional output without the padding ?
On Mon, Dec 17, 2018 at 6:54 PM Jimmy Gauvin <[email protected]> wrote: > found two solutions but is there a better way ? > ; <@fxy"1 d17f This is probably the best way (except in cases where you can rewrite fxy to do the whole operation with better performance). Thanks, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
