|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Number org.lsmp.djep.groupJep.values.Polynomial org.lsmp.djep.groupJep.values.FreeGroupElement
public class FreeGroupElement
An element of a free group with one generator.
FreeGroup
,
Serialized FormConstructor Summary | |
---|---|
FreeGroupElement(FreeGroup K,
java.lang.Number[] coeffs)
An element of a free group with one generator. |
Method Summary | |
---|---|
Complex |
getComplexValue()
Returns an approximation to the complex number representing this algebraic number. |
protected Polynomial |
valueOf(java.lang.Number[] lcoeffs)
sub classes should overwrite this to make the correct type. |
Methods inherited from class org.lsmp.djep.groupJep.values.Polynomial |
---|
add, calculateComplexValue, calculateValue, div, doubleValue, equals, floatValue, getBaseRing, getCoeff, getCoeffs, getDegree, getSymbol, intValue, isConstantPoly, longValue, mul, pow, setCoeffs, sub, toString |
Methods inherited from class java.lang.Number |
---|
byteValue, shortValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FreeGroupElement(FreeGroup K, java.lang.Number[] coeffs)
K
- the free group.coeffs
- array of coefficients for this element c0 + c1 t + ... + cn t^nMethod Detail |
---|
protected Polynomial valueOf(java.lang.Number[] lcoeffs)
valueOf
in class Polynomial
public Complex getComplexValue()
getComplexValue
in interface HasComplexValueI
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |