Skip to content

Support transforms with quasi matrices #122

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 17 commits into from
Oct 11, 2021
Merged

Conversation

dlfivefifty
Copy link
Member

@dlfivefifty dlfivefifty commented Sep 30, 2021

This enables e.g.

T = Chebyshev()
x = axes(T,1)
T \ [exp.(x) cos.(x)]
T \ cos.(x .* (0:1000)')

@codecov
Copy link

codecov bot commented Oct 11, 2021

Codecov Report

Merging #122 (ccb338d) into master (e366725) will increase coverage by 0.12%.
The diff coverage is 98.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #122      +/-   ##
==========================================
+ Coverage   90.90%   91.03%   +0.12%     
==========================================
  Files           7        7              
  Lines         550      591      +41     
==========================================
+ Hits          500      538      +38     
- Misses         50       53       +3     
Impacted Files Coverage Δ
src/bases/bases.jl 91.16% <98.75%> (-2.44%) ⬇️
src/ContinuumArrays.jl 87.50% <100.00%> (+4.16%) ⬆️
src/bases/splines.jl 96.34% <100.00%> (+6.21%) ⬆️
src/maps.jl 94.52% <100.00%> (+0.07%) ⬆️
src/operators.jl 76.36% <100.00%> (+1.85%) ⬆️
src/plotting.jl 82.35% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e366725...ccb338d. Read the comment docs.

@dlfivefifty dlfivefifty merged commit a626602 into master Oct 11, 2021
@dlfivefifty dlfivefifty deleted the dl/matrixtransforms branch October 11, 2021 20:08
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