Run a sequence of binary operations

.runOps(obj, ops, leftToRight = TRUE)

Arguments

obj

list of objects.

ops

list of operations (length should be 1 less than `obj`).

leftToRight

logical whether operations should be performed in order from left to right (default), or right to left.

Value

matrix or array output of the sequence of binary operations