Package edu.jas.ufd

Class GCDProxy<C extends GcdRingElem<C>>

All Implemented Interfaces:
GreatestCommonDivisor<C>, Serializable

public class GCDProxy<C extends GcdRingElem<C>> extends GreatestCommonDivisorAbstract<C>
Greatest common divisor parallel proxy. Executes methods from two implementations in parallel and returns the result from the fastest run.
See Also: