ListOp.combo_fn

property ListOp.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 in oplist.

Return type

Callable

Returns

The combination function.