Special methods for operators on elements of linear spaces. This is provided for interface consistency. It may not adhere to strict mathematical definitions.
Binary this + other
Unary -
Unary +
Binary other + this
Binary other - this
Binary this - other
Unary ~
Determines whether this element is the additive identity, 0.
The additive inverse is denoted by neg.
Special methods for operators on elements of linear spaces. This is provided for interface consistency. It may not adhere to strict mathematical definitions.