[Turn on line numbering] arg m1, m2; var x, y; m2 = .transpose(m2); return map x in (m1) to (map y in (m2) to (.dot(x, y))); // Miroslav Silovic // Created 19-Oct-1996 as a part of ColdCore, see: @help Credit
arg m1, m2; var x, y; m2 = .transpose(m2); return map x in (m1) to (map y in (m2) to (.dot(x, y)));