Skip to content

TensorSpace in ProductFun constructor #541

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

Merged
merged 2 commits into from
Aug 5, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Aug 5, 2023

After this,

julia> P = ProductFun((x,y) -> x*y, Chebyshev()^2)
ProductFun on Chebyshev()  Chebyshev()

julia> Q = (Derivative()  I) * P
ProductFun on Ultraspherical(1)  Chebyshev()

@codecov
Copy link

codecov bot commented Aug 5, 2023

Codecov Report

Patch coverage: 19.23% and project coverage change: +0.16% 🎉

Comparison is base (27c3236) 27.41% compared to head (a4d9230) 27.58%.
Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #541      +/-   ##
==========================================
+ Coverage   27.41%   27.58%   +0.16%     
==========================================
  Files          80       80              
  Lines        8363     8374      +11     
==========================================
+ Hits         2293     2310      +17     
+ Misses       6070     6064       -6     
Files Changed Coverage Δ
src/Multivariate/ProductFun.jl 0.00% <0.00%> (ø)
src/eigen.jl 0.00% <0.00%> (ø)
src/Spaces/QuotientSpace.jl 3.95% <28.57%> (+0.50%) ⬆️
src/Multivariate/TensorSpace.jl 42.93% <100.00%> (+3.10%) ⬆️
src/Operators/banded/Conversion.jl 26.98% <100.00%> (+4.03%) ⬆️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jishnub jishnub merged commit cd5585f into JuliaApproximation:master Aug 5, 2023
@jishnub jishnub deleted the ProductFuntensorspace branch August 5, 2023 17:07
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.

1 participant