powered by
Scalar product (alias for vdot)
scalar_product(x, y)
A scalar Expression representing sum(Conj(x) * y).
sum(Conj(x) * y)
An Expression, numeric value, or nested list thereof. The conjugate-linear argument.
An Expression, numeric value, or nested list thereof. The linear argument.
vdot()