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.
2 parents 3e051bc + ab79645 commit f68224aCopy full SHA for f68224a
src/projection.jl
@@ -365,7 +365,7 @@ end
365
366
# another strategy is just to use the AbstractArray method
367
function ProjectTo(x::Tridiagonal{T}) where {T<:Number}
368
- notparent = invoke(ProjectTo, Tuple{AbstractArray{T}} where {T<:Number}, x)
+ notparent = invoke(ProjectTo, Tuple{AbstractArray{T2}} where {T2<:Number}, x)
369
return ProjectTo{Tridiagonal}(; notparent=notparent)
370
end
371
function (project::ProjectTo{Tridiagonal})(dx::AbstractArray)
0 commit comments