|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Number
org.lsmp.djep.groupJep.values.Polynomial
org.lsmp.djep.groupJep.values.FreeGroupElement
org.lsmp.djep.groupJep.values.AlgebraicExtensionElement
An element of the algrabraic extension K(t). a0 + a1 t + a(n-1) t^(n-1) where t is defined to be the the solution of a polynomial equation.
AlgebraicExtension
,
Serialized FormConstructor Summary | |
AlgebraicExtensionElement(AlgebraicExtension K,
java.lang.Number[] coeffs)
An element of the algrabraic extension K(t). |
Method Summary | |
protected Polynomial |
valueOf(java.lang.Number[] lcoeffs)
sub classes should overright this to make the correct type. |
Methods inherited from class org.lsmp.djep.groupJep.values.FreeGroupElement |
getComplexValue |
Methods inherited from class org.lsmp.djep.groupJep.values.Polynomial |
add, calculateComplexValue, doubleValue, equals, floatValue, getBaseRing, getCoeff, getCoeffs, getDegree, getSymbol, intValue, longValue, mul, 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 AlgebraicExtensionElement(AlgebraicExtension K, java.lang.Number[] coeffs)
coeffs
- array of coeficients for this algebraic number. c0 + c1 t + ... + cn t^nMethod Detail |
protected Polynomial valueOf(java.lang.Number[] lcoeffs)
valueOf
in class FreeGroupElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |