gmp_lib.mpn_gcdext Method

GMP Native Interface for .NET

gmp_libmpn_gcdext Method
Overload List
  NameDescription
Public methodStatic memberCode examplempn_gcdext(mp_ptr, mp_ptr, mp_size_t, mp_ptr, mp_size_t, mp_ptr, mp_size_t)
Compute the greatest common divisor G of U and V. Compute a cofactor S such that G = US + VT.
Public methodStatic memberCode examplempn_gcdext(mp_ptr, mp_ptr, ptrmp_size_t, mp_ptr, mp_size_t, mp_ptr, mp_size_t)
Compute the greatest common divisor G of U and V. Compute a cofactor S such that G = US + VT.
Top
See Also