|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.spaceroots.mantissa.algebra.Polynomial.DivisionResult
This class stores the result of the euclidian division of two polynomials. This class is a simple placeholder, it does not provide any processing method
Polynomial.Rational.euclidianDivision(org.spaceroots.mantissa.algebra.Polynomial.Rational, org.spaceroots.mantissa.algebra.Polynomial.Rational)| Field Summary | |
Polynomial.Rational |
quotient
The quotient of the division. |
Polynomial.Rational |
remainder
The remainder of the division. |
| Constructor Summary | |
Polynomial.DivisionResult(Polynomial.Rational quotient,
Polynomial.Rational remainder)
Simple constructor. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public final Polynomial.Rational quotient
public final Polynomial.Rational remainder
| Constructor Detail |
public Polynomial.DivisionResult(Polynomial.Rational quotient,
Polynomial.Rational remainder)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||