ComposedOp.combo_fn¶
- property ComposedOp.combo_fn: Callable¶
The function defining how to combine
oplist
(or Numbers, or NumPy arrays) to produce the Operator’s underlying function. For example, SummedOp’s combination function is to add all of the Operators inoplist
.- Return type
Callable
- Returns
The combination function.