Array.across()
Revision as of 04:16, 17 April 2020 by Devika (talk | contribs) (→Array.across(SomeOtherArray, SomeFunction))
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.