Skip to content

Add convenience functions for symmetric eigen BandedMatrices #240

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 14 commits into from
Apr 28, 2023

Conversation

jishnub
Copy link
Member

@jishnub jishnub commented Apr 25, 2023

This provides a convenient function for the Aurentz-Slevinsky eigenvalue problem symmetrization.

After this

L = -Derivative(Legendre(0..1))^2
B = Dirichlet()
S = ApproxFun.SymmetricEigensystem(L, B);
λ = eigvals(S,20); # return 20 eigenvalues

@codecov
Copy link

codecov bot commented Apr 25, 2023

Codecov Report

Patch coverage: 97.61% and project coverage change: +5.72 🎉

Comparison is base (803d0fc) 64.98% compared to head (a3ca431) 70.71%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #240      +/-   ##
==========================================
+ Coverage   64.98%   70.71%   +5.72%     
==========================================
  Files          28       29       +1     
  Lines        2622     2667      +45     
==========================================
+ Hits         1704     1886     +182     
+ Misses        918      781     -137     
Impacted Files Coverage Δ
src/ApproxFunOrthogonalPolynomials.jl 81.48% <ø> (ø)
src/symeigen.jl 97.29% <97.29%> (ø)
src/Spaces/Jacobi/Jacobi.jl 68.18% <100.00%> (+2.46%) ⬆️

... and 15 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@jishnub jishnub merged commit fcfe37c into JuliaApproximation:master Apr 28, 2023
@jishnub jishnub deleted the symeigen branch April 28, 2023 05:59
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