|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmath.PolynomialRing
public class PolynomialRing
Anel Polinomial
Constructor Summary | |
---|---|
PolynomialRing(int dim,
int characteristic)
Construtor |
Method Summary | |
---|---|
int |
getCharacteristic()
|
int |
getDim()
|
void |
setCharacteristic(int characteristic)
|
void |
setDim(int dim)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PolynomialRing(int dim, int characteristic)
dim
- characteristic
- Method Detail |
---|
public int getDim()
public void setDim(int dim)
dim
- public int getCharacteristic()
public void setCharacteristic(int characteristic)
characteristic
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |