R/087_zzz_R_specific_convenience.R
vdot.Rd
Computes the inner product: sum of element-wise products after flattening. Returns a scalar expression.
vdot(x, y)
An Expression or numeric value.
A scalar Expression representing sum(x * y).