StreamTensor(R)

mantepse.spad line 46 [edit on github]

undocumented

tensorMap : (Stream(R), Mapping(List(R), 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.