Skip to contents

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