Outer¶
This function allows you to take the outer product.
- omtools.std.outer.outer(expr1: omtools.core.variable.Variable, expr2: omtools.core.variable.Variable)¶
This can the outer product between two inputs.
- Parameters
- expr1: Variable
The first input for the outer product.
- expr2: Variable
The second input for the outer product.
Examples for all the possible use cases are provided below.