|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmath.Goppa
public class Goppa
Representação de um Código de Goppa.
Constructor Summary | |
---|---|
Goppa(Polynomial g,
Matrix H,
Matrix G)
Construtor |
Method Summary | |
---|---|
static Goppa |
findGoppa(FiniteField K,
int t,
int n,
java.lang.StringBuffer log)
Encontra um Código de Goppa |
static Polynomial |
findIrredPoly(FiniteField K,
int t)
Encontra um polinômio irredutível |
Matrix |
getG()
|
Matrix |
getH()
|
Polynomial |
getPolG()
|
void |
setG(Matrix g)
|
void |
setH(Matrix h)
|
void |
setPolG(Polynomial polG)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Goppa(Polynomial g, Matrix H, Matrix G)
g
- H
- G
- Method Detail |
---|
public static Goppa findGoppa(FiniteField K, int t, int n, java.lang.StringBuffer log)
K
- t
- n
- log
-
public static Polynomial findIrredPoly(FiniteField K, int t)
K
- t
-
public Polynomial getPolG()
public void setPolG(Polynomial polG)
polG
- public Matrix getH()
public void setH(Matrix h)
h
- public Matrix getG()
public void setG(Matrix g)
g
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |