Uses of Class
edu.jas.poly.Word
Packages that use Word
Package
Description
Groebner base application package.
Groebner bases package.
Generic coefficients polynomial package.
-
Uses of Word in edu.jas.application
Methods in edu.jas.application with parameters of type WordModifier and TypeMethodDescriptionWordResidue multiplication. -
Uses of Word in edu.jas.gb
Fields in edu.jas.gb with type parameters of type WordModifier and TypeFieldDescriptionprotected final SortedMap<Word, LinkedList<WordPair<C>>> OrderedWordPairlist.pairlistMethods in edu.jas.gb with parameters of type WordModifier and TypeMethodDescriptionbooleanOrderedWordPairlist.criterion3(int i, int j, Word eij) GB criterium 3.WordReduction.SPolynomial(C a, Word l1, GenWordPolynomial<C> A, Word r1, C b, Word l2, GenWordPolynomial<C> B, Word r2) S-Polynomials of non-commutative polynomials.WordReductionAbstract.SPolynomial(C a, Word l1, GenWordPolynomial<C> A, Word r1, C b, Word l2, GenWordPolynomial<C> B, Word r2) S-Polynomials of non-commutative polynomials. -
Uses of Word in edu.jas.poly
Classes in edu.jas.poly that implement interfaces with type arguments of type WordModifier and TypeClassDescriptionfinal classWord implements strings of letters for polynomials.final classWordFactory implements alphabet related methods.static classComparator for Words.Fields in edu.jas.poly declared as WordModifier and TypeFieldDescriptionfinal WordWordMonomial.eWord of monomial.final WordOverlap.l1final WordOverlap.l2final WordWordFactory.ONEThe empty word for this monoid.final WordOverlap.r1final WordOverlap.r2final WordGenWordPolynomialRing.woneThe constant empty word exponent for this ring.Fields in edu.jas.poly with type parameters of type WordModifier and TypeFieldDescriptionWordPolyIterator.msInternal iterator over polynomial map.GenWordPolynomial.valThe data structure for polynomials.Methods in edu.jas.poly that return WordModifier and TypeMethodDescriptionContract word to this word factory.Word.copy()Copy this.Copy word.Word divide.Word.divideLeft(Word V) Word divide left.Word.divideRight(Word V) Word divide right.Word[]Word.divideWord(Word V) Word divide with prefix and suffix.Word[]Word.divideWord(Word V, boolean first) Word divide with prefix and suffix.WordFactory.fromInteger(long a) Get the Element for a.WordFactory.fromInteger(BigInteger a) Get the Element for a.WordFactory.getONE()Get the one element, the empty word.Word.inverse()Word inverse.Word pseudo least common multiple.GenWordPolynomial.leadingWord()Leading word.Word multiplication.Parse from Reader.Parse from String.Word[]Word.quotientRemainder(Word S) Quotient and remainder by division of this by S.WordFactory.random(int n) Generate a random Element with size less equal to n.Generate a random Element with size less equal to n.Word.reductum()Word without leading exponent vector.Word remainder.GenWordPolynomial.trailingWord()Trailing word.Get the Element for an ExpVector.Get the element from an other word.WordMonomial.word()Getter for word.Methods in edu.jas.poly that return types with arguments of type WordModifier and TypeMethodDescriptionWord.factory()Get the corresponding element factory.WordFactory.generators()Get a list of the generating elements.GenWordPolynomial.getMap()Word to coefficient map of GenWordPolynomial.GenWordPolynomial.leadingMonomial()Leading monomial.GenWordPolynomial.wordIterator()Iterator over words.Methods in edu.jas.poly with parameters of type WordModifier and TypeMethodDescriptionGenWordPolynomial.coefficient(Word e) Coefficient.abstract intintWord compareTo.Contract word to this word factory.Copy word.Word divide.Word.divideLeft(Word V) Word divide left.Word.divideRight(Word V) Word divide right.booleanWord divides test.Word[]Word.divideWord(Word V) Word divide with prefix and suffix.Word[]Word.divideWord(Word V, boolean first) Word divide with prefix and suffix.voidGenWordPolynomial.doPutToMap(Word e, C c) Put a Word to coefficient entry into the internal map of this GenWordPolynomial.voidGenWordPolynomial.doRemoveFromMap(Word e, C c) Remove a Word to coefficient entry from the internal map of this GenWordPolynomial.intWord.gradCompareTo(Word V) Word graded comparison.intWord.gradInvlexCompareTo(Word V) Word graded comparison.booleanIs word overlap.booleanIs word overlap list.booleanIs word overlap.Word pseudo least common multiple.booleanWord.multipleOf(Word V) Word multiple test.GenWordPolynomial multiplication.GenWordPolynomial left and right multiplication.GenWordPolynomial left and right multiplication.GenWordPolynomial multiplication.GenWordPolynomial left and right multiplication.Word multiplication.Word overlap list.Word[]Word.quotientRemainder(Word S) Quotient and remainder by division of this by S.Word remainder.GenWordPolynomial subtraction.GenWordPolynomial addition.Get a GenWordPolynomial<C> element from a coefficient and a word.Get a GenWordPolynomial<C> element from a word.Get the element from an other word.Method parameters in edu.jas.poly with type arguments of type WordModifier and TypeMethodDescriptionvoidGenWordPolynomial.doPutToMap(SortedMap<Word, C> vals) Put an a sorted map of words to coefficients into the internal map of this GenWordPolynomial.GenWordPolynomial multiplication.Constructors in edu.jas.poly with parameters of type WordModifierConstructorDescriptionGenWordPolynomial(GenWordPolynomialRing<C> r, C c, Word e) Constructor for GenWordPolynomial c * xe.Constructor for GenWordPolynomial xe.Constructor.WordMonomial(Word e, C c) Constructor of word monomial.Constructor parameters in edu.jas.poly with type arguments of type WordModifierConstructorDescriptionprotectedConstructor for GenWordPolynomial.privateGenWordPolynomial(GenWordPolynomialRing<C> r, TreeMap<Word, C> t) Private constructor for GenWordPolynomial.WordMonomial(Map.Entry<Word, C> me) Constructor of word monomial.Constructor of polynomial iterator.