StreamTensor RΒΆ

mantepse.spad line 51 [edit on github]

This in a utility package for Guess.

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.