Documentation of 'edu.jas.structure.RingElem' Java class
RingElem
edu.jas.structure

Interface RingElem<C extends RingElem<C>>

    • Method Detail

      • gcd

        C gcd(C b)
        Greatest common divisor.
        Parameters:
        b - other element.
        Returns:
        gcd(this,b).
      • egcd

        C[] egcd(C b)
        Extended greatest common divisor.
        Parameters:
        b - other element.
        Returns:
        [ gcd(this,b), c1, c2 ] with c1*this + c2*b = gcd(this,b).

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.