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