Uses of Class
edu.jas.poly.IndexList
-
Packages that use IndexList Package Description edu.jas.poly Generic coefficients polynomial package. -
-
Uses of IndexList in edu.jas.poly
Fields in edu.jas.poly declared as IndexList Modifier and Type Field Description IndexList
IndexListMonomial. e
IndexList of monomial.IndexList
IndexFactory. imax
The maximal index list for this factory.IndexList
IndexFactory. ONE
The one element index list.IndexList
GenExteriorPolynomialRing. wone
The constant empty index lists exponent for this ring.Fields in edu.jas.poly with type parameters of type IndexList Modifier and Type Field Description protected java.util.Iterator<java.util.Map.Entry<IndexList,C>>
IndexListPolyIterator. ms
Internal iterator over polynomial map.(package private) java.util.SortedMap<IndexList,C>
GenExteriorPolynomial. val
The data structure for polynomials.Methods in edu.jas.poly that return IndexList Modifier and Type Method Description IndexList
IndexList. abs()
IndexList absolute value.IndexList
IndexFactory. copy(IndexList o)
Clone IndexList.IndexList
IndexList. copy()
Clone this.IndexList
IndexList. divide(IndexList V)
IndexList divide.IndexList
IndexList. exteriorProduct(IndexList V)
IndexList exterior product.IndexList
IndexFactory. fromInteger(long a)
Get the Element for a.IndexList
IndexFactory. fromInteger(java.math.BigInteger a)
Get the Element for a.IndexList
IndexFactory. getONE()
Get IndexList one.IndexList
IndexFactory. getZERO()
Get IndexList zero.IndexList
IndexListMonomial. indexlist()
Getter for index list.IndexList
IndexList. interiorLeftProduct(IndexList V)
IndexList interior left product.IndexList
IndexList. interiorRightProduct(IndexList V)
IndexList interior right product.IndexList
IndexList. inverse()
IndexList inverse.IndexList
GenExteriorPolynomial. leadingIndexList()
Leading index list.IndexList
IndexList. multiply(IndexList V)
IndexList multiply.IndexList
IndexList. negate()
IndexList negate.IndexList
IndexFactory. parse(java.io.Reader r)
Parse from Reader.IndexList
IndexFactory. parse(java.lang.String s)
Parser for IndexList.IndexList
IndexFactory. random(int r)
Generate a random IndexList.IndexList
IndexFactory. random(int r, float q)
Generate a random IndexList.IndexList
IndexFactory. random(int r, float q, java.util.Random rnd)
Generate a random IndexList.IndexList
IndexFactory. random(int r, java.util.Random rnd)
Generate a random IndexList.IndexList
IndexList. remainder(IndexList V)
IndexList remainder.IndexList
IndexFactory. sequence(int s, int r)
Generate a sequence IndexList.IndexList
GenExteriorPolynomial. trailingIndexList()
Trailing index list.IndexList
IndexFactory. valueOf(int[] e)
Value of other.IndexList
IndexFactory. valueOf(ExpVector e)
Value of other.IndexList
IndexFactory. valueOf(IndexList e)
Value of other.IndexList
IndexFactory. valueOf(java.lang.String var)
Value of other.IndexList
IndexFactory. valueOf(java.util.Collection<java.lang.Integer> e)
Value of other.Methods in edu.jas.poly that return types with arguments of type IndexList Modifier and Type Method Description MonoidFactory<IndexList>
IndexList. factory()
Get the corresponding element factory.java.util.List<IndexList>
IndexFactory. generators()
Generators.java.util.SortedMap<IndexList,C>
GenExteriorPolynomial. getMap()
IndexList to coefficient map of GenExteriorPolynomial.java.util.Iterator<IndexList>
GenExteriorPolynomial. indexListIterator()
Iterator over index lists.java.util.Map.Entry<IndexList,C>
GenExteriorPolynomial. leadingMonomial()
Leading monomial.Methods in edu.jas.poly with parameters of type IndexList Modifier and Type Method Description C
GenExteriorPolynomial. coefficient(IndexList e)
Coefficient.abstract int
IndexFactory.IndexListComparator. compare(IndexList e1, IndexList e2)
int
IndexList. compareTo(IndexList V)
IndexList compareTo.IndexList
IndexFactory. copy(IndexList o)
Clone IndexList.IndexList
IndexList. divide(IndexList V)
IndexList divide.boolean
IndexList. divides(IndexList V)
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
IndexList. exteriorProduct(IndexList V)
IndexList exterior product.IndexList
IndexList. interiorLeftProduct(IndexList V)
IndexList interior left product.IndexList
IndexList. interiorRightProduct(IndexList V)
IndexList interior right product.GenExteriorPolynomial<C>
GenExteriorPolynomial. multiply(C s, IndexList e)
GenExteriorPolynomial multiplication.GenExteriorPolynomial<C>
GenExteriorPolynomial. multiply(C s, IndexList e, C t, IndexList f)
GenExteriorPolynomial left and right multiplication.GenExteriorPolynomial<C>
GenExteriorPolynomial. multiply(C s, IndexList e, IndexList f)
GenExteriorPolynomial left and right multiplication.GenExteriorPolynomial<C>
GenExteriorPolynomial. multiply(IndexList e)
GenExteriorPolynomial multiplication.GenExteriorPolynomial<C>
GenExteriorPolynomial. multiply(IndexList e, IndexList f)
GenExteriorPolynomial left and right multiplication.IndexList
IndexList. multiply(IndexList V)
IndexList multiply.IndexList
IndexList. remainder(IndexList V)
IndexList remainder.int
IndexList. strongCompareTo(IndexList V)
IndexList strongCompareTo.GenExteriorPolynomial<C>
GenExteriorPolynomial. subtract(C a, IndexList e)
GenExteriorPolynomial subtraction.GenExteriorPolynomial<C>
GenExteriorPolynomial. sum(C a, IndexList e)
GenExteriorPolynomial addition.GenExteriorPolynomial<C>
GenExteriorPolynomialRing. valueOf(C a, IndexList e)
Get a GenExteriorPolynomial from a coefficient and a IndexList.GenExteriorPolynomial<C>
GenExteriorPolynomialRing. valueOf(IndexList e)
Get a GenExteriorPolynomial element from a index list.IndexList
IndexFactory. valueOf(IndexList e)
Value of other.int
IndexList. weakCompareTo(IndexList V)
IndexList weakCompareTo.Method parameters in edu.jas.poly with type arguments of type IndexList Modifier and Type Method Description void
GenExteriorPolynomial. doPutToMap(java.util.SortedMap<IndexList,C> vals)
Put an a sorted map of index list to coefficients into the internal map of this GenExteriorPolynomial.GenExteriorPolynomial<C>
GenExteriorPolynomial. multiply(java.util.Map.Entry<IndexList,C> m)
GenExteriorPolynomial multiplication.Constructors in edu.jas.poly with parameters of type IndexList Constructor Description GenExteriorPolynomial(GenExteriorPolynomialRing<C> r, C c, IndexList e)
Constructor for GenExteriorPolynomial c * xe.GenExteriorPolynomial(GenExteriorPolynomialRing<C> r, IndexList e)
Constructor for GenExteriorPolynomial xe.IndexListMonomial(IndexList e, C c)
Constructor of word monomial.Constructor parameters in edu.jas.poly with type arguments of type IndexList Constructor Description GenExteriorPolynomial(GenExteriorPolynomialRing<C> r, java.util.SortedMap<IndexList,C> v)
Constructor for GenExteriorPolynomial.GenExteriorPolynomial(GenExteriorPolynomialRing<C> r, java.util.TreeMap<IndexList,C> t)
Private constructor for GenExteriorPolynomial.IndexListMonomial(java.util.Map.Entry<IndexList,C> me)
Constructor of word monomial.IndexListPolyIterator(java.util.SortedMap<IndexList,C> m)
Constructor of polynomial iterator.
-