View source: R/045_atoms_affine_binary_operators.R
| cvxr_outer | R Documentation |
Computes the outer product x %*% t(y). Both inputs must be vectors.
Named cvxr_outer() because base R already exports outer().
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)).
vdot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.