Skip to content

Commit

Permalink
Update src/Poly.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Max Horn <max@quendi.de>
  • Loading branch information
thofma and fingolfin authored Dec 26, 2024
1 parent 9195527 commit 9794820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Poly.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2192,7 +2192,7 @@ end
# uses the algorithm of "A Practical Univariate Polynomial Composition Algorithm"
# this is asymptotically faster, if scalar multiplications are cheaper than
# base ring multiplications
function evaluate_brent_kung(f::PolyRingElem{T}, a::U) where {T <: RingElement, U <: NCRingElement}
function evaluate_brent_kung(f::PolyRingElem{T}, a::U) where {T <: RingElement, U}
S = parent(a)
n = degree(f)
R = base_ring(f)
Expand Down

0 comments on commit 9794820

Please sign in to comment.