vdot function

VARP vdot(
  1. VARP a,
  2. VARP b
)

Implementation

VARP vdot(VARP a, VARP b) => dot(a, b);