Uses of Class
edu.jas.poly.IndexListMonomial
-
Packages that use IndexListMonomial Package Description edu.jas.poly Generic coefficients polynomial package. -
-
Uses of IndexListMonomial in edu.jas.poly
Methods in edu.jas.poly that return IndexListMonomial Modifier and Type Method Description IndexListMonomial<C>
IndexListPolyIterator. next()
Get next monomial element.Methods in edu.jas.poly that return types with arguments of type IndexListMonomial Modifier and Type Method Description java.util.Iterator<IndexListMonomial<C>>
GenExteriorPolynomial. iterator()
Iterator over monomials.
-