bartorch.nlop.chain#
- bartorch.nlop.chain(a, b, *, output=0, input=0)#
Output
outputofainto inputinputofb.nlop_chain2.aruns first. The result takesb’s remaining inputs and then all ofa’s, and returns all ofb’s outputs and thena’s remaining ones.For two operators of one argument each this is
b @ a, which keeps the reading order of composition; this is the form that reaches the rest.