Package edu.jas.fd

Class GCDcoFactors<C extends GcdRingElem<C>>

  • Type Parameters:
    C - coefficient type
    All Implemented Interfaces:
    java.io.Serializable

    public class GCDcoFactors<C extends GcdRingElem<C>>
    extends java.lang.Object
    implements java.io.Serializable
    Container for the co-factors of left-right GCD computation. Invariant is left * coA * right = polyA and left * coB * right = polyB.
    Author:
    Heinz Kredel
    See Also:
    Serialized Form