StreamTensor RΒΆ

mantepse.spad line 46 [edit on github]

undocumented

tensorMap: (Stream R, R -> List R) -> Stream R

tensorMap([s1, s2, ...], f) returns the stream consisting of all elements of f(s1) followed by all elements of f(s2) and so on.