Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnsetSpace compatibility with other spaces #145

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Aug 7, 2022

Fixes JuliaApproximation/ApproxFun.jl#616

julia> I = Interval(0,1); x = Fun(identity, I); ∂ = Derivative(I);

julia>* Multiplication(x)
TimesOperator : ApproxFunBase.UnsetSpace()  Ultraspherical(1,0..1)

julia>* Multiplication(x) : Chebyshev(I)
TimesOperator : Chebyshev(0..1)  Ultraspherical(1,0..1)
 1.0  1.0  0.5                              
     1.0  2.0  1.0                          
         1.5  3.0  1.5                      
             2.0  4.0  2.0                  
                 2.5  5.0  2.5              
                     3.0  6.0  3.0          
                         3.5  7.0  3.5      
                             4.0  8.0  4.0  
                                 4.5  9.0  
                                     5.0  
                                         

julia>* Multiplication(x) * Fun(Legendre(I))  2x
true

@codecov
Copy link

codecov bot commented Aug 7, 2022

Codecov Report

Merging #145 (6cf64e7) into master (6cf64e7) will not change coverage.
The diff coverage is n/a.

❗ Current head 6cf64e7 differs from pull request most recent head b091454. Consider uploading reports for the commit b091454 to get more accurate results

@@           Coverage Diff           @@
##           master     #145   +/-   ##
=======================================
  Coverage   15.39%   15.39%           
=======================================
  Files          76       76           
  Lines        7741     7741           
=======================================
  Hits         1192     1192           
  Misses       6549     6549           

Help us with your feedback. Take ten seconds to tell us how you rate us.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiplication of derivative operator and a multiplication operator doesn't work
1 participant