Class PolynomialAlgebra.ExtendedGCDResult

java.lang.Object
org.episteme.core.mathematics.algebra.polynomials.PolynomialAlgebra.ExtendedGCDResult
Enclosing class:
PolynomialAlgebra

public static class PolynomialAlgebra.ExtendedGCDResult extends Object
Extended Euclidean algorithm: finds s, t such that gcd(a,b) = s*a + t*b
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)