Skip to content

Commit e6da7c6

Browse files
committed
Update jacobi.jl
1 parent 2816c57 commit e6da7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jacobi.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ broadcasted(::LazyQuasiArrayStyle{2}, ::typeof(*), x::Inclusion, Q::HalfWeighted
174174
\(w_A::HalfWeighted, B::AbstractQuasiArray) = convert(WeightedOrthogonalPolynomial, w_A) \ B
175175
\(A::AbstractQuasiArray, w_B::HalfWeighted) = A \ convert(WeightedOrthogonalPolynomial, w_B)
176176

177-
function \(A::AbstractQuasiArray, w_B::WeightedOrthogonalPolynomial{<:Any,<:Any,<:Normalized})
177+
function \(A::AbstractQuasiArray, w_B::WeightedOrthogonalPolynomial{<:Any,<:Weight,<:Normalized})
178178
w,B = w_B.args
179179
B̃,D = arguments(ApplyLayout{typeof(*)}(), B)
180180
(A \ (w .* B̃)) * D

0 commit comments

Comments
 (0)