__init__(self,
op1_subset=(True, True, True),
op2_subset=(True, True, True),
result_subset=(True, True, True))
(Constructor)
| source code
|
Construct a subset-able cross product.
- Parameters:
op1_subset - The subset of indices of operand 1 to be taken into account.
Given as a 3-sequence of bools.
op2_subset - The subset of indices of operand 2 to be taken into account.
Given as a 3-sequence of bools.
result_subset - The subset of indices of the result that are calculated. Given as
a 3-sequence of bools.
|