Uses of Class
edu.jas.poly.IndexFactory
-
Packages that use IndexFactory Package Description edu.jas.poly Generic coefficients polynomial package. -
-
Uses of IndexFactory in edu.jas.poly
Fields in edu.jas.poly declared as IndexFactory Modifier and Type Field Description IndexFactory
GenExteriorPolynomialRing. ixfac
The factory for the IndexList.IndexFactory
IndexList. mono
Reference to IndexFactory.Constructors in edu.jas.poly with parameters of type IndexFactory Constructor Description GenExteriorPolynomialRing(RingFactory<C> cf, IndexFactory wf)
The constructor creates a polynomial factory object with the default term order.IndexList(IndexFactory m)
Constructor for IndexList.IndexList(IndexFactory m, int[] v)
Constructor for IndexList.IndexList(IndexFactory m, int s, int[] v)
Constructor for IndexList.IndexList(IndexFactory m, java.lang.String s)
Constructor for IndexList.
-