Uses of Class
edu.jas.poly.Quotient
Packages that use Quotient
-
Uses of Quotient in edu.jas.poly
Methods in edu.jas.poly that return QuotientModifier and TypeMethodDescriptionQuotient.abs()
Quotient absolute value.Quotient.copy()
Clone this.Copy Quotient element c.Create from numerator.Create from numerator, denominator pair.Quotient division.Extended greatest common divisor.QuotientRing.fromInteger
(long a) Get a Quotient element from a long value.QuotientRing.fromInteger
(BigInteger a) Get a Quotient element from a BigInteger value.Greatest common divisor.QuotientRing.getONE()
Get the one element.QuotientRing.getZERO()
Get the zero element.Quotient.inverse()
Quotient inverse.Quotient.monic()
Quotient monic.Quotient multiplication.Quotient.negate()
Quotient negate.Parse Quotient from Reader.Parse Quotient from String.Quotient.quotientRemainder
(Quotient<C> S) Quotient and remainder by division of this by S.QuotientRing.random
(int n) Quotient random.Quotient random.Quotient remainder.Quotient subtraction.Quotient summation.Methods in edu.jas.poly that return types with arguments of type QuotientModifier and TypeMethodDescriptionQuotientRing.generators()
Get a list of the generating elements.Methods in edu.jas.poly with parameters of type QuotientModifier and TypeMethodDescriptionint
Quotient comparison.Copy Quotient element c.Quotient division.Extended greatest common divisor.Greatest common divisor.Quotient multiplication.Quotient.quotientRemainder
(Quotient<C> S) Quotient and remainder by division of this by S.Quotient remainder.Quotient subtraction.Quotient summation.