Array.across()

From ZCubes Wiki
Revision as of 05:19, 17 April 2020 by Devika (talk | contribs) (→‎Array.across(SomeOtherArray, SomeFunction))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Array.across(SomeOtherArray, SomeFunction)

Array across operation. Use the function to merge the two pairs. Operates like a tensor multiplication.

a=MS(3)

b=MS(3)~

a.across(b);

Returns the across elements of Magic Square(3) and its Transpose.


See Also

X$

$X