|
JScience v4.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface GroupMultiplicative<G>
This interface represents a structure with a binary multiplicative operation (·), satisfying the group axioms (associativity, neutral element, inverse element and closure).
| Method Summary | |
|---|---|
G |
inverse()
Returns the multiplicative inverse of this object. |
G |
times(G that)
Returns the product of this object with the one specified. |
| Methods inherited from interface javolution.lang.ValueType |
|---|
copy |
| Method Detail |
|---|
G times(G that)
that - the object multiplier.
this · that.G inverse()
this.times(this.inverse()) == ONE ,
with ONE being the multiplicative identity.
ONE / this.
|
JScience v4.3 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||