Hi,

would anyone care to comment on the transformation of this piece of code to
tacit notation?

v being the 256 element vector
c being the current position
t being the length of the part tot rotate

NB. v=.c|.v
NB. v=.(|.t{.v),t}.v
NB. v=.(-c)|.v

v=.( |.&(t&{.) , t&}. ) &. (c&|.) v

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

Reply via email to