Skip to contents

Computes the inner product: sum of element-wise products after flattening. Returns a scalar expression.

Usage

vdot(x, y)

Arguments

x

An Expression or numeric value.

y

An Expression or numeric value.

Value

A scalar Expression representing sum(x * y).