
edu.jas.structure.GcdRingElem Maven / Gradle / Ivy
The newest version!
/*
* $Id: GcdRingElem.java 4056 2012-07-26 17:44:13Z kredel $
*/
package edu.jas.structure;
/**
* Gcd ring element interface. Empty interface since gcd and egcd is now in
* RingElem. Adds greatest common divisor and extended greatest common divisor.
* @param gcd element type
* @author Heinz Kredel
*/
public interface GcdRingElem> extends RingElem {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy