The standard dot product of two vectors $\vec{u},\vec{v} \in \mathbb{R}^n$ is given by:
$ \vec{u}\cdot \vec{v} = \sum_{i=1}^n u_i v_i$
Assuming now that I have $m$ vectors in $\mathbb{R}^n$, does the following product have a name, and does it have any interesting properties:
$P = \sum_{i=1}^n \prod_{j=1}^m v_{j,i}$
In other words, it's the extension to the dot product, which is defined as the sum of element-wise products of all vectors.