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)

vector_calc