inner function

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

Implementation

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