Uses of Class
edu.jas.poly.IndexList
Packages that use IndexList
-
Uses of IndexList in edu.jas.poly
Classes in edu.jas.poly that implement interfaces with type arguments of type IndexListModifier and TypeClassDescriptionclassIndexList factory implements a factory for index lists for exterior polynomials.static classComparator for IndexLists.classIndexList implements index lists for exterior polynomials.Fields in edu.jas.poly declared as IndexListModifier and TypeFieldDescriptionfinal IndexListIndexListMonomial.eIndexList of monomial.final IndexListIndexFactory.imaxThe maximal index list for this factory.final IndexListIndexFactory.ONEThe one element index list.final IndexListGenExteriorPolynomialRing.woneThe constant empty index lists exponent for this ring.Fields in edu.jas.poly with type parameters of type IndexListModifier and TypeFieldDescriptionIndexListPolyIterator.msInternal iterator over polynomial map.GenExteriorPolynomial.valThe data structure for polynomials.Methods in edu.jas.poly that return IndexListModifier and TypeMethodDescriptionIndexList.abs()IndexList absolute value.Clone IndexList.IndexList.copy()Clone this.IndexList divide.IndexList.exteriorProduct(IndexList V) IndexList exterior product.IndexFactory.fromInteger(long a) Get the Element for a.IndexFactory.fromInteger(BigInteger a) Get the Element for a.IndexFactory.getONE()Get IndexList one.IndexFactory.getZERO()Get IndexList zero.IndexListMonomial.indexlist()Getter for index list.IndexList.interiorLeftProduct(IndexList V) IndexList interior left product.IndexList.interiorRightProduct(IndexList V) IndexList interior right product.IndexList.inverse()IndexList inverse.GenExteriorPolynomial.leadingIndexList()Leading index list.IndexList multiply.IndexList.negate()IndexList negate.Parse from Reader.Parser for IndexList.final IndexListIndexFactory.random(int r) Generate a random IndexList.final IndexListIndexFactory.random(int r, float q) Generate a random IndexList.final IndexListGenerate a random IndexList.final IndexListGenerate a random IndexList.IndexList remainder.final IndexListIndexFactory.sequence(int s, int r) Generate a sequence IndexList.GenExteriorPolynomial.trailingIndexList()Trailing index list.IndexFactory.valueOf(int[] e) Value of other.Value of other.Value of other.Value of other.IndexFactory.valueOf(Collection<Integer> e) Value of other.Methods in edu.jas.poly that return types with arguments of type IndexListModifier and TypeMethodDescriptionIndexList.factory()Get the corresponding element factory.IndexFactory.generators()Generators.GenExteriorPolynomial.getMap()IndexList to coefficient map of GenExteriorPolynomial.GenExteriorPolynomial.indexListIterator()Iterator over index lists.GenExteriorPolynomial.leadingMonomial()Leading monomial.Methods in edu.jas.poly with parameters of type IndexListModifier and TypeMethodDescriptionGenExteriorPolynomial.coefficient(IndexList e) Coefficient.abstract intintIndexList compareTo.Clone IndexList.IndexList divide.booleanIndexList divides test.voidGenExteriorPolynomial.doPutToMap(IndexList e, C c) Put a IndexList to coefficient entry into the internal map of this GenExteriorPolynomial.voidGenExteriorPolynomial.doRemoveFromMap(IndexList e, C c) Remove a IndexList to coefficient entry from the internal map of this GenExteriorPolynomial.IndexList.exteriorProduct(IndexList V) IndexList exterior product.IndexList.interiorLeftProduct(IndexList V) IndexList interior left product.IndexList.interiorRightProduct(IndexList V) IndexList interior right product.GenExteriorPolynomial multiplication.GenExteriorPolynomial left and right multiplication.GenExteriorPolynomial left and right multiplication.GenExteriorPolynomial multiplication.GenExteriorPolynomial left and right multiplication.IndexList multiply.IndexList remainder.intIndexList.strongCompareTo(IndexList V) IndexList strongCompareTo.GenExteriorPolynomial subtraction.GenExteriorPolynomial addition.Get a GenExteriorPolynomial from a coefficient and a IndexList.Get a GenExteriorPolynomial element from a index list.Value of other.intIndexList.weakCompareTo(IndexList V) IndexList weakCompareTo.Method parameters in edu.jas.poly with type arguments of type IndexListModifier and TypeMethodDescriptionvoidGenExteriorPolynomial.doPutToMap(SortedMap<IndexList, C> vals) Put an a sorted map of index list to coefficients into the internal map of this GenExteriorPolynomial.GenExteriorPolynomial multiplication.Constructors in edu.jas.poly with parameters of type IndexListModifierConstructorDescriptionConstructor for GenExteriorPolynomial c * xe.Constructor for GenExteriorPolynomial xe.IndexListMonomial(IndexList e, C c) Constructor of word monomial.Constructor parameters in edu.jas.poly with type arguments of type IndexListModifierConstructorDescriptionprotectedConstructor for GenExteriorPolynomial.privatePrivate constructor for GenExteriorPolynomial.IndexListMonomial(Map.Entry<IndexList, C> me) Constructor of word monomial.Constructor of polynomial iterator.