v1 dot v2

Scalar product operator. Computes the scalar (inner) product of vectors v1 and v2.


Example


a = ( 1, 2, 3 )

1  2  3

b = ( 4, 5, 6 )

4  5  6

a dot b

32