It is possible to use basic mathematic operators like +, -, / and * with tensors. These operators are provided as a convenience. While they might be handy, they create and return a new tensor containing the results. They are thus not as fast as the operations available in the previous section.

Subsections

  1. Addition and substraction
  2. Negation
  3. Multiplication
  4. Division