Uses of Class
edu.jas.poly.Monomial
Packages that use Monomial
Package
Description
Groebner bases package.
Groebner bases using unique factorization package.
Generic coefficients polynomial package.
-
Uses of Monomial in edu.jas.gb
Method parameters in edu.jas.gb with type arguments of type MonomialModifier and TypeMethodDescriptionReductionAbstract.normalformMarked(List<Monomial<C>> Mp, List<GenPolynomial<C>> Pp, GenPolynomial<C> Ap) Normalform with respect to marked head terms.ReductionSeq.normalformMarked(List<Monomial<C>> Mp, List<GenPolynomial<C>> Pp, GenPolynomial<C> Ap) Normalform with respect to marked head terms. -
Uses of Monomial in edu.jas.gbufd
Method parameters in edu.jas.gbufd with type arguments of type MonomialModifier and TypeMethodDescriptionGroebnerBaseWalk.liftReductas(List<Monomial<C>> M, List<Monomial<C>> Mp, List<GenPolynomial<C>> G, List<GenPolynomial<C>> A) Lift leading polynomials to full Groebner base with respect to term order. -
Uses of Monomial in edu.jas.poly
Classes in edu.jas.poly that implement interfaces with type arguments of type MonomialModifier and TypeClassDescriptionclassGenPolynomial<C extends RingElem<C>>GenPolynomial generic polynomials implementing RingElem.final classMonomial class.classPolyIterator<C extends RingElem<C>>Iterator over monomials of a polynomial.classPolySpliterator<C extends RingElem<C>>Spliterator over monomials of a polynomial.Methods in edu.jas.poly that return MonomialModifier and TypeMethodDescriptionMonomial.copy()Clone this Element.PolyIterator.next()Get next monomial element.Methods in edu.jas.poly that return types with arguments of type MonomialModifier and TypeMethodDescriptionMonomial.factory()Get the corresponding element factory.PolySpliterator.getComparator()Get the monomial comparator.GenPolynomial.iterator()Iterator over monomials.Polynomial.monomialIterator()Iterator over monomials.GenPolynomial.spliterator()Spliterator over monomials.Methods in edu.jas.poly with parameters of type MonomialModifier and TypeMethodDescriptionintMonomial comparison.GenPolynomial subtraction.GenPolynomial addition.Get a GenPolynomial<C> element from a monomial.Method parameters in edu.jas.poly with type arguments of type MonomialModifier and TypeMethodDescriptionbooleanPolySpliterator.tryAdvance(Consumer<? super Monomial<C>> action) If a remaining element exists perform the action on it.