Skip to content

Specialize isdiag for certain ConversionWrappers #287

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 7 commits into from
Aug 3, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Aug 3, 2023

After this,

julia> C = Conversion(Chebyshev(), Ultraspherical(2));

julia> using LinearAlgebra

julia> @code_typed isdiag(C) # compile-time constant
CodeInfo(
1return false
) => Bool

@codecov
Copy link

codecov bot commented Aug 3, 2023

Codecov Report

Patch coverage: 85.71% and project coverage change: +0.09% 🎉

Comparison is base (c4d7be5) 69.01% compared to head (5ca8997) 69.11%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #287      +/-   ##
==========================================
+ Coverage   69.01%   69.11%   +0.09%     
==========================================
  Files          29       29              
  Lines        2737     2749      +12     
==========================================
+ Hits         1889     1900      +11     
- Misses        848      849       +1     
Files Changed Coverage Δ
src/ApproxFunOrthogonalPolynomials.jl 82.50% <ø> (ø)
...c/Spaces/Ultraspherical/UltrasphericalOperators.jl 79.82% <77.77%> (+0.19%) ⬆️
src/Spaces/Jacobi/JacobiOperators.jl 83.54% <100.00%> (+0.26%) ⬆️

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

@jishnub jishnub merged commit 53068cb into JuliaApproximation:master Aug 3, 2023
@jishnub jishnub deleted the bandwidthsconvwrap branch August 3, 2023 14:18
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