Package edu.jas.arith

Class Product<C extends RingElem<C>>

java.lang.Object
edu.jas.arith.Product<C>
All Implemented Interfaces:
AbelianGroupElem<Product<C>>, Element<Product<C>>, GcdRingElem<Product<C>>, MonoidElem<Product<C>>, RegularRingElem<Product<C>>, RingElem<Product<C>>, Serializable, Comparable<Product<C>>

public class Product<C extends RingElem<C>> extends Object implements RegularRingElem<Product<C>>
Direct product element based on RingElem. Objects of this class are (nearly) immutable.
See Also: