powered by
Computes the outer product x %*% t(y). Both inputs must be vectors.
x %*% t(y)
cvxr_outer(x, y)
An Expression of shape (length(x), length(y)).
An Expression or numeric value (vector).