mantepse.spad line 46 [edit on github]
R: Type
undocumented
tensorMap([s1, s2, ...], f) returns the stream consisting of all elements of f(s1) followed by all elements of f(s2) and so on.
tensorMap([s1, s2, ...], f)
f
s1
s2