Learn R Programming

CVXR (version 1.9.2)

scalar_product: Scalar product (alias for vdot)

Description

Scalar product (alias for vdot)

Usage

scalar_product(x, y)

Value

A scalar Expression representing sum(Conj(x) * y).

Arguments

x

An Expression, numeric value, or nested list thereof. The conjugate-linear argument.

y

An Expression, numeric value, or nested list thereof. The linear argument.

See Also

vdot()