scalar_product: Scalar product (alias for vdot)

View source: R/045_atoms_affine_binary_operators.R

scalar_productR Documentation

Scalar product (alias for vdot)

Description

Scalar product (alias for vdot)

Usage

scalar_product(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.

Value

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

See Also

vdot()


CVXR documentation built on Aug. 24, 2026, 9:10 a.m.