Uses of Class
edu.jas.poly.IndexList
Packages that use IndexList
-
Uses of IndexList in edu.jas.poly
Fields in edu.jas.poly declared as IndexListModifier and TypeFieldDescriptionfinal IndexList
IndexListMonomial.e
IndexList of monomial.final IndexList
IndexFactory.imax
The maximal index list for this factory.final IndexList
IndexFactory.ONE
The one element index list.final IndexList
GenExteriorPolynomialRing.wone
The constant empty index lists exponent for this ring.Fields in edu.jas.poly with type parameters of type IndexListModifier and TypeFieldDescriptionIndexListPolyIterator.ms
Internal iterator over polynomial map.GenExteriorPolynomial.val
The 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 IndexList
IndexFactory.random
(int r) Generate a random IndexList.final IndexList
IndexFactory.random
(int r, float q) Generate a random IndexList.final IndexList
Generate a random IndexList.final IndexList
Generate a random IndexList.IndexList remainder.final IndexList
IndexFactory.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 int
int
IndexList compareTo.Clone IndexList.IndexList divide.boolean
IndexList divides test.void
GenExteriorPolynomial.doPutToMap
(IndexList e, C c) Put a IndexList to coefficient entry into the internal map of this GenExteriorPolynomial.void
GenExteriorPolynomial.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.int
IndexList.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.int
IndexList.weakCompareTo
(IndexList V) IndexList weakCompareTo.Method parameters in edu.jas.poly with type arguments of type IndexListModifier and TypeMethodDescriptionvoid
GenExteriorPolynomial.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 IndexListModifierConstructorDescriptionprotected
Constructor for GenExteriorPolynomial.private
Private constructor for GenExteriorPolynomial.Constructor of word monomial.Constructor of polynomial iterator.