Package edu.jas.poly

Class OrderedModuleList<C extends RingElem<C>>

java.lang.Object
edu.jas.poly.ModuleList<C>
edu.jas.poly.OrderedModuleList<C>
All Implemented Interfaces:
Serializable

public class OrderedModuleList<C extends RingElem<C>> extends ModuleList<C>
Ordered list of vectors of polynomials. Mainly for storage and printing / toString and conversions to other representations. Lists of polynomials in this list are sorted according to the head terms of the first column.
See Also: