Section VI.1. Vectors
Basic vector calculation supports
- Addition (operator
+) - Dot product (operator
*- with another vector.) - Scalar product (operator
*- with a scalar.) - Norm (function
norm)

Basic vector calculation supports
+)* - with another vector.)* - with a scalar.)norm)