|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.jas.root.RealRootTuple<C>
C
- coefficient type.public class RealRootTuple<C extends GcdRingElem<C> & Rational>
RealAlgebraicNumber root tuple.
Field Summary | |
---|---|
java.util.List<RealAlgebraicNumber<C>> |
tuple
Tuple of RealAlgebraicNumbers. |
Constructor Summary | |
---|---|
RealRootTuple(java.util.List<RealAlgebraicNumber<C>> t)
Constructor. |
Method Summary | |
---|---|
RealRootTuple<C> |
clone()
Clone this. |
java.util.List<BigDecimal> |
decimalMagnitude()
Decimal approximation of each coordinate. |
boolean |
equals(java.lang.Object b)
Comparison with any other object. |
java.util.List<BigRational> |
getRational()
Rational approximation of each coordinate. |
int |
hashCode()
Hash code for this Rectangle. |
BigRational |
rationalLength()
Rational Length. |
int |
signum()
Signum. |
java.lang.String |
toScript()
Get a scripting compatible string representation. |
java.lang.String |
toString()
String representation of tuple. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final java.util.List<RealAlgebraicNumber<C extends GcdRingElem<C> & Rational>> tuple
Constructor Detail |
---|
public RealRootTuple(java.util.List<RealAlgebraicNumber<C>> t)
t
- list of roots.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public java.lang.String toScript()
public RealRootTuple<C> clone()
clone
in class java.lang.Object
Object.clone()
public boolean equals(java.lang.Object b)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
public java.util.List<BigRational> getRational()
public java.util.List<BigDecimal> decimalMagnitude()
public BigRational rationalLength()
public int signum()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |