Uses of Class
edu.jas.poly.Quotient
-
Packages that use Quotient Package Description edu.jas.poly Generic coefficients polynomial package. -
-
Uses of Quotient in edu.jas.poly
Methods in edu.jas.poly that return Quotient Modifier and Type Method Description Quotient<C>
Quotient. abs()
Quotient absolute value.Quotient<C>
Quotient. copy()
Clone this.Quotient<C>
QuotientRing. copy(Quotient<C> c)
Copy Quotient element c.Quotient<C>
QuotientRing. create(C n)
Create from numerator.Quotient<C>
QuotientRing. create(C n, C d)
Create from numerator, denominator pair.Quotient<C>
Quotient. divide(Quotient<C> S)
Quotient division.Quotient<C>[]
Quotient. egcd(Quotient<C> b)
Extended greatest common divisor.Quotient<C>
QuotientRing. fromInteger(long a)
Get a Quotient element from a long value.Quotient<C>
QuotientRing. fromInteger(java.math.BigInteger a)
Get a Quotient element from a BigInteger value.Quotient<C>
Quotient. gcd(Quotient<C> b)
Greatest common divisor.Quotient<C>
QuotientRing. getONE()
Get the one element.Quotient<C>
QuotientRing. getZERO()
Get the zero element.Quotient<C>
Quotient. inverse()
Quotient inverse.Quotient<C>
Quotient. monic()
Quotient monic.Quotient<C>
Quotient. multiply(Quotient<C> S)
Quotient multiplication.Quotient<C>
Quotient. negate()
Quotient negate.Quotient<C>
QuotientRing. parse(java.io.Reader r)
Parse Quotient from Reader.Quotient<C>
QuotientRing. parse(java.lang.String s)
Parse Quotient from String.Quotient<C>[]
Quotient. quotientRemainder(Quotient<C> S)
Quotient and remainder by division of this by S.Quotient<C>
QuotientRing. random(int n)
Quotient random.Quotient<C>
QuotientRing. random(int n, java.util.Random rnd)
Quotient random.Quotient<C>
Quotient. remainder(Quotient<C> S)
Quotient remainder.Quotient<C>
Quotient. subtract(Quotient<C> S)
Quotient subtraction.Quotient<C>
Quotient. sum(Quotient<C> S)
Quotient summation.Methods in edu.jas.poly that return types with arguments of type Quotient Modifier and Type Method Description java.util.List<Quotient<C>>
QuotientRing. generators()
Get a list of the generating elements.Methods in edu.jas.poly with parameters of type Quotient Modifier and Type Method Description int
Quotient. compareTo(Quotient<C> b)
Quotient comparison.Quotient<C>
QuotientRing. copy(Quotient<C> c)
Copy Quotient element c.Quotient<C>
Quotient. divide(Quotient<C> S)
Quotient division.Quotient<C>[]
Quotient. egcd(Quotient<C> b)
Extended greatest common divisor.Quotient<C>
Quotient. gcd(Quotient<C> b)
Greatest common divisor.Quotient<C>
Quotient. multiply(Quotient<C> S)
Quotient multiplication.Quotient<C>[]
Quotient. quotientRemainder(Quotient<C> S)
Quotient and remainder by division of this by S.Quotient<C>
Quotient. remainder(Quotient<C> S)
Quotient remainder.Quotient<C>
Quotient. subtract(Quotient<C> S)
Quotient subtraction.Quotient<C>
Quotient. sum(Quotient<C> S)
Quotient summation.
-