On Thu, Sep 3, 2009 at 1:42 PM, Dan Bron<[email protected]> wrote:
> Raul Miller wrote:
>>  I do want them to be homogeneous in shape, but I also want
>>  symmetric treatment of the array bounds, where that is
>>  practical.
>
> Ah, ok, so to extend my earlier example, would  magiCut  work like this?

Sadly, no.

In the case of tessellation operators, I want the
result to have the same number of tessellated cells
as the original array.

In your example, you have an argument with shape
3 3 and a result with shape 4 4, which sort of
defeats the purpose.  That said, deleting an extra
row and column is more concise than adding
extra rows and columns, so with an approach
like this I would not object too strenuously.

Thanks,

-- 
Raul
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to