cvxr_outer: Outer product of two vectors

View source: R/087_zzz_R_specific_convenience.R

cvxr_outerR Documentation

Outer product of two vectors

Description

Computes the outer product x %*% t(y). Both inputs must be vectors.

Usage

cvxr_outer(x, y)

Arguments

x

An Expression or numeric value (vector).

y

An Expression or numeric value (vector).

Value

An Expression of shape (length(x), length(y)).


CVXR documentation built on March 6, 2026, 9:10 a.m.