vdot ( u v -- x )
Factor handbook » The language » Numbers » Vector operations » Vector arithmetic

Prev:vs* ( u v -- w )
Next:norm-sq ( v -- x )


Vocabulary
math.vectors

Inputs
ua sequence of reals
va sequence of reals


Outputs
xa real


Word description
Computes the dot product of two vectors.

See also
2reduce

Definition


Methods