|
JAutoDiff | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
X
- A set forms a ring.public interface Ring<X>
A class X implements the Ring<X&rt interface indicates that X has properties of being a ring.
Method Summary | |
---|---|
X |
mul(X i_v)
Returns an object of X whose value is the product (this * i_v). |
X |
pow(int i_n)
Returns an object of X whose value is the power (this ^ i_n). |
Methods inherited from interface nilgiri.math.Group |
---|
minus, mul, negate, plus |
Method Detail |
---|
X mul(X i_v)
i_v
-
X pow(int i_n)
i_n
- a natural number
|
JAutoDiff | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |