Exports
UnivariatePolynomialAlgebra R | ||
apply: | (%, R, R) R | Apply a skew-polynomial to a scalar |
leftDivide: | (%, %) (%, %) | Left Euclidean division |
leftExtendedGcd: | (%, %) (%, %, %) | Left extended Euclidean algorithm |
leftGcd: | (%, %) % | Greatest common left divisor |
leftLcm: | (%, %) % | Least common left multiple |
leftQuotient: | (%, %) % | Left Euclidean quotient |
leftRemainder: | (%, %) % | Left Euclidean remainder |
rightDivide: | (%, %) (%, %) | Right Euclidean division |
rightExtendedGcd: | (%, %) (%, %, %) | Right extended Euclidean algorithm |
rightGcd: | (%, %) % | Greatest common right divisor |
rightLcm: | (%, %) % | Least common right multiple |
rightQuotient: | (%, %) % | Right Euclidean quotient |
rightRemainder: | (%, %) % | Right Euclidean remainder |
sparseLeftMultiple: | (%, Integer) % | Left-Multiple in |
NonCommutativeIntegralDomain | ||
monicLeftDivide: | (%, %) (%, %) | Left Euclidean division |
monicRightDivide: | (%, %) (%, %) | Right Euclidean division |
monicSparseLeftMultiple: | (%, Integer) % | Left-Multiple in |