ConicBundle
Usual Overloaded Arithmetic Operators

Most of the usual arithmetic operators are overloaded (for operators concerning comparisons, see page Max, Min, Sort, Find). Here we only consider the operations within the same class and with scalars and comment only if necessary:

Note that for efficiency reasons the version "+=", "-=" are often to be preferred over "+" and "-", because the compiler will otherwise generate several automic temporary matrix variables, which needs more memory and often entails more time spent in copying.