Uses of Class
edu.jas.application.WordIdeal
Packages that use WordIdeal
-
Uses of WordIdeal in edu.jas.application
Classes in edu.jas.application that implement interfaces with type arguments of type WordIdealModifier and TypeClassDescriptionclassWordIdeal<C extends GcdRingElem<C>>Word Ideal implements some methods for ideal arithmetic, for example containment, sum or product.Fields in edu.jas.application declared as WordIdealMethods in edu.jas.application that return WordIdealModifier and TypeMethodDescriptionWordIdeal.copy()Clone this.WordIdeal.eliminate(GenWordPolynomialRing<C> R) WordIdeal.GB()Groebner Base.WordIdeal.getONE()Get the one ideal.WordIdeal.getZERO()Get the zero ideal.WordIdeal.intersect(GenWordPolynomialRing<C> R) WordIdeal.power(int d) Power.Product.WordIdeal.product(GenWordPolynomial<C> b) Left product.Word ideal summation.WordIdeal.sum(GenWordPolynomial<C> b) Word summation.WordIdeal.sum(List<GenWordPolynomial<C>> L) Word summation.Methods in edu.jas.application with parameters of type WordIdealModifier and TypeMethodDescriptionintWordIdeal comparison.booleanWord ideal containment.Product.Word ideal summation.Method parameters in edu.jas.application with type arguments of type WordIdealConstructors in edu.jas.application with parameters of type WordIdealModifierConstructorDescriptionThe constructor creates a WordResidueRing object from an Ideal.WordResidueRing(WordIdeal<C> i, boolean isMaximal) The constructor creates a WordResidueRing object from an WordIdeal.