pub fn outerproduct<'c>(
    context: &'c Context,
    lhs: Value<'c, '_>,
    rhs: Value<'c, '_>,
    acc: &[Value<'c, '_>],
    location: Location<'c>
) -> OuterProductOperation<'c>
Expand description

Creates an outerproduct operation.