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