Class EuclideanAlgorithm<E>

java.lang.Object
dk.jonaslindstrom.ruffini.common.algorithms.EuclideanAlgorithm<E>
Type Parameters:
E - Element type.

public class EuclideanAlgorithm<E> extends Object
Implementation of the Euclidean algorithm for computing the greatest common divisor of two elements in a Euclidean domain.