Skip to content

Commit ccbe9aa

Browse files
committed
Update clenshaw.jl
1 parent 485dd5c commit ccbe9aa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/clenshaw.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ function copyto!(dest::AbstractVector, V::SubArray{<:Any,1,<:OrthogonalPolynomia
5252
end
5353

5454
_getindex(::Type{Tuple{IND1,IND2}}, P::OrthogonalPolynomial, (x,n)::Tuple{IND1,AbstractVector{IND2}}) where {IND1,IND2} = layout_getindex(P, x, n)
55-
_getindex(::Type{Tuple{IND1,IND2}}, P::OrthogonalPolynomial, (x,n)::Tuple{AbstractVector{IND1},AbstractVector{IND2}}) where {IND1,IND2} = layout_getindex(P, x, n)
56-
_getindex(::Type{Tuple{IND1}}, P::SubArray{<:Any,1,<:OrthogonalPolynomial}, x::AbstractVector{IND1}) where {IND1} = layout_getindex(P, x)
5755
Base.@propagate_inbounds function _getindex(::Type{IND}, P::OrthogonalPolynomial, (x,n)::IND) where IND
5856
@boundscheck checkbounds(P, x, n)
5957
Base.unsafe_getindex(P, x, n)

0 commit comments

Comments
 (0)