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