|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Polynomial | |
|---|---|
| org.lsmp.djep.groupJep | |
| org.lsmp.djep.groupJep.groups | |
| org.lsmp.djep.groupJep.values | |
| Uses of Polynomial in org.lsmp.djep.groupJep |
|---|
| Methods in org.lsmp.djep.groupJep that return Polynomial | |
|---|---|
Polynomial |
PolynomialVisitor.calcPolynomial(Node node,
FreeGroup fg)
calculates a polynomial representing the node. |
| Uses of Polynomial in org.lsmp.djep.groupJep.groups |
|---|
| Methods in org.lsmp.djep.groupJep.groups that return Polynomial | |
|---|---|
Polynomial |
AlgebraicExtension.getPoly()
Returns the polynomial defining the algebraic number. |
Polynomial |
AlgebraicExtension.getSubsPoly()
Returns the polynomial -a_(n-1) t^(n-1) + ... |
| Constructors in org.lsmp.djep.groupJep.groups with parameters of type Polynomial | |
|---|---|
AlgebraicExtension(RingI K,
Polynomial poly)
Create the ring K(t) where t is a solution of the monic polynomial p. |
|
| Uses of Polynomial in org.lsmp.djep.groupJep.values |
|---|
| Subclasses of Polynomial in org.lsmp.djep.groupJep.values | |
|---|---|
class |
AlgebraicExtensionElement
An element of the algrabraic extension K(t). |
class |
FreeGroupElement
An element of a free group with one generator. |
| Methods in org.lsmp.djep.groupJep.values that return Polynomial | |
|---|---|
Polynomial |
Polynomial.add(Polynomial poly)
|
Polynomial |
Polynomial.div(Polynomial poly)
|
Polynomial |
Polynomial.mul(Polynomial poly)
|
Polynomial |
Polynomial.pow(int exp)
|
Polynomial |
Polynomial.sub(Polynomial poly)
|
protected Polynomial |
AlgebraicExtensionElement.valueOf(Number[] lcoeffs)
sub classes should overwrite this to make the correct type. |
protected Polynomial |
FreeGroupElement.valueOf(Number[] lcoeffs)
sub classes should overwrite this to make the correct type. |
protected Polynomial |
Polynomial.valueOf(Number[] lcoeffs)
Factory method to create a polynomial with the given coefficients. |
| Methods in org.lsmp.djep.groupJep.values with parameters of type Polynomial | |
|---|---|
Polynomial |
Polynomial.add(Polynomial poly)
|
Polynomial |
Polynomial.div(Polynomial poly)
|
boolean |
Polynomial.equals(Polynomial n)
|
Polynomial |
Polynomial.mul(Polynomial poly)
|
Polynomial |
Polynomial.sub(Polynomial poly)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||