We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbe9aa commit 3c23f1fCopy full SHA for 3c23f1f
src/clenshaw.jl
@@ -51,7 +51,6 @@ function copyto!(dest::AbstractVector, V::SubArray{<:Any,1,<:OrthogonalPolynomia
51
dest
52
end
53
54
-_getindex(::Type{Tuple{IND1,IND2}}, P::OrthogonalPolynomial, (x,n)::Tuple{IND1,AbstractVector{IND2}}) where {IND1,IND2} = layout_getindex(P, x, n)
55
Base.@propagate_inbounds function _getindex(::Type{IND}, P::OrthogonalPolynomial, (x,n)::IND) where IND
56
@boundscheck checkbounds(P, x, n)
57
Base.unsafe_getindex(P, x, n)
0 commit comments