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

Basis for Nystrom methods #6

Merged
merged 1 commit into from
Oct 11, 2023
Merged

Basis for Nystrom methods #6

merged 1 commit into from
Oct 11, 2023

Conversation

maltezfaria
Copy link
Member

@maltezfaria maltezfaria commented Oct 9, 2023

This PR implements the foundations for specific Nystrom methods. The following structures are to be implemented:

  • NystromDensity
  • IntegralPotential
  • IntegralOperator

@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

Attention: 169 lines in your changes are missing coverage. Please review.

Comparison is base (6122361) 65.56% compared to head (42aea8d) 53.28%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main       #6       +/-   ##
===========================================
- Coverage   65.56%   53.28%   -12.29%     
===========================================
  Files          12       14        +2     
  Lines         729      897      +168     
===========================================
  Hits          478      478               
- Misses        251      419      +168     
Files Coverage Δ
src/Inti.jl 100.00% <ø> (ø)
src/quadrature.jl 75.80% <0.00%> (-5.23%) ⬇️
src/nystrom.jl 0.00% <0.00%> (ø)
src/kernels.jl 0.00% <0.00%> (ø)

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

- define a `NystromDensity`
- define an `IntegralPotential`
- define an `IntegralOperator`
- add some kernels for the operators/potentials
@maltezfaria maltezfaria merged commit f640e90 into main Oct 11, 2023
2 of 5 checks passed
@maltezfaria maltezfaria deleted the nystrom-method branch October 17, 2023 10:44
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