public
Shifted
— parametric type
Shifted(schedule, offset)
A schedule
who’s starting iteration is shifted to offset
.
(i.e. calling an Shifted
with t = 1
is equivalent to calling
schedule
with t = offset
)
public
Shifted
— parametric type
Shifted(schedule, offset)
A schedule
who’s starting iteration is shifted to offset
.
(i.e. calling an Shifted
with t = 1
is equivalent to calling
schedule
with t = offset
)