View source: R/087_zzz_R_specific_convenience.R
| cvxr_outer | R Documentation |
Computes the outer product x %*% t(y). Both inputs must be vectors.
cvxr_outer(x, y)
x |
An Expression or numeric value (vector). |
y |
An Expression or numeric value (vector). |
An Expression of shape (length(x), length(y)).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.