Uses of Class
edu.jas.poly.Residue
Packages that use Residue
-
Uses of Residue in edu.jas.poly
Classes in edu.jas.poly that implement interfaces with type arguments of type ResidueModifier and TypeClassDescriptionclassResidue element based on RingElem residue.classResidueRing<C extends RingElem<C>>Residue ring factory based on RingElem and RingFactory module.Methods in edu.jas.poly that return ResidueModifier and TypeMethodDescriptionResidue.abs()Residue absolute value.Residue.copy()Copy this.Copy Residue element c.Residue division.Extended greatest common divisor.ResidueRing.fromInteger(long a) Get a Residue element from a long value.ResidueRing.fromInteger(BigInteger a) Get a Residue element from a BigInteger value.Greatest common divisor.ResidueRing.getONE()Get the one element.ResidueRing.getZERO()Get the zero element.Residue.inverse()Residue inverse.Residue multiplication.Residue.negate()Residue negate.Parse Residue from Reader.Parse Residue from String.Residue.quotientRemainder(Residue<C> S) Quotient and remainder by division of this by S.ResidueRing.random(int n) Residue random.Residue random.Residue remainder.Residue subtraction.Residue summation.Methods in edu.jas.poly that return types with arguments of type ResidueModifier and TypeMethodDescriptionResidueRing.generators()Get a list of the generating elements.Methods in edu.jas.poly with parameters of type ResidueModifier and TypeMethodDescriptionintResidue comparison.Copy Residue element c.Residue division.Extended greatest common divisor.Greatest common divisor.Residue multiplication.Residue.quotientRemainder(Residue<C> S) Quotient and remainder by division of this by S.Residue remainder.Residue subtraction.Residue summation.