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.pairlist
Methods in edu.jas.gb with parameters of type WordModifier and TypeMethodDescriptionboolean
OrderedWordPairlist.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
Fields in edu.jas.poly declared as WordModifier and TypeFieldDescriptionfinal Word
WordMonomial.e
Word of monomial.final Word
Overlap.l1
final Word
Overlap.l2
final Word
WordFactory.ONE
The empty word for this monoid.final Word
Overlap.r1
final Word
Overlap.r2
final Word
GenWordPolynomialRing.wone
The constant empty word exponent for this ring.Fields in edu.jas.poly with type parameters of type WordModifier and TypeFieldDescriptionWordPolyIterator.ms
Internal iterator over polynomial map.GenWordPolynomial.val
The 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 int
int
Word 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.boolean
Word 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.void
GenWordPolynomial.doPutToMap
(Word e, C c) Put a Word to coefficient entry into the internal map of this GenWordPolynomial.void
GenWordPolynomial.doRemoveFromMap
(Word e, C c) Remove a Word to coefficient entry from the internal map of this GenWordPolynomial.int
Word.gradCompareTo
(Word V) Word graded comparison.int
Word.gradInvlexCompareTo
(Word V) Word graded comparison.boolean
Is word overlap.boolean
Is word overlap list.boolean
Is word overlap.Word pseudo least common multiple.boolean
Word.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 TypeMethodDescriptionvoid
GenWordPolynomial.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 WordModifierConstructorDescriptionprotected
Constructor for GenWordPolynomial.private
GenWordPolynomial
(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.