Uses of Class
edu.jas.application.Local
Packages that use Local
-
Uses of Local in edu.jas.application
Methods in edu.jas.application that return LocalModifier and TypeMethodDescriptionLocal.abs()
Local absolute value.Local.copy()
Clone this.Copy Local element c.LocalRing.create
(GenPolynomial<C> n) Create from numerator.LocalRing.create
(GenPolynomial<C> n, GenPolynomial<C> d) 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.monic()
Local monic.Local multiplication by coefficient.Local multiplication.Local multiplication by exponent.Local.multiply
(GenPolynomial<C> b) Local multiplication by GenPolynomial.Local.negate()
Local negate.Parse Local from Reader.Parse Local from String.LocalRing.random
(int n) Local random.LocalRing.random
(int k, int l, int d, float q) Generate a random residum polynomial.Local random.Local remainder.Local subtraction.Local summation.Methods in edu.jas.application that return types with arguments of type LocalMethods in edu.jas.application 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 remainder.Local subtraction.Local summation.