plus

operator fun <T : AlgebraElement<T, S>, S : Space<T>> T.plus(b: T): T

Adds element to this one.

Return

the sum.

Parameters

b

the augend.