edu.jas.structure
Interface GcdRingElem<C extends GcdRingElem<C>>
-
- Type Parameters:
C- gcd element type
- All Superinterfaces:
- AbelianGroupElem<C>, java.lang.Comparable<C>, Element<C>, MonoidElem<C>, RingElem<C>, java.io.Serializable
- All Known Subinterfaces:
- RegularRingElem<C>
- All Known Implementing Classes:
- AlgebraicNumber, BigComplex, BigDecimal, BigInteger, BigOctonion, BigQuaternion, BigRational, Complex, ComplexAlgebraicNumber, ModInteger, ModLong, Product, Quotient, RealAlgebraicNumber, RealAlgebraicNumber, Residue, SolvableLocal, SolvableLocalResidue, SolvableQuotient, SolvableResidue
public interface GcdRingElem<C extends GcdRingElem<C>> extends RingElem<C>
Gcd ring element interface. Empty interface since gcd and egcd is now in RingElem. Adds greatest common divisor and extended greatest common divisor.
DMelt 3.0 © DataMelt by jWork.ORG