|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
G - a monoidpublic interface Monoid<G>
This interface represents a monoid.
A monoid is a group with a binary operation (×), satisfying the group axioms:
| Method Summary | |
|---|---|
G |
multiply(G that)
· : G × G → G |
G |
ONE()
The multiplicative element 1 in the group such that for any elements a in the group,
the equation
1 × a = a × 1 = a
holds. |
| Method Detail |
|---|
G multiply(G that)
· : G × G → G
that - the multiplicand
this × thatG ONE()
a in the group,
the equation
1 × a = a × 1 = a
holds.
1
|
SuanShu, a Java numerical and statistical library | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||