A - algebra typeC - scalar typepublic interface AlgebraElem<A extends AlgebraElem<A,C>,C extends RingElem<C>> extends RingElem<A>
| Modifier and Type | Method and Description |
|---|---|
A |
linearCombination(A b,
C s)
Linear combination.
|
A |
linearCombination(C a,
A b,
C s)
Linear combination.
|
A |
scalarMultiply(C s)
Scalar multiplication.
|
abs, isZERO, negate, signum, subtract, sumdivide, inverse, isONE, isUnit, leftDivide, leftRemainder, multiply, power, quotientRemainder, remainder, rightDivide, rightRemainder, twosidedDivide, twosidedRemainderA scalarMultiply(C s)
s - scalarA linearCombination(C a, A b, C s)
a - scalarb - algebra elements - scalarA linearCombination(A b, C s)
b - algebra elements - scalar