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

Filtering assumes Hermitian/symmetric Laplacian #106

Open
iglesias opened this issue Apr 25, 2023 · 0 comments
Open

Filtering assumes Hermitian/symmetric Laplacian #106

iglesias opened this issue Apr 25, 2023 · 0 comments

Comments

@iglesias
Copy link

compute_fourier_basis uses scipy.linalg.eigh assuming the matrix is complex Hermitian or real symmetric. This will lead to incorrect results, if I am not mistaken, when using for example the directed cycle graph (aka directed Ring or Path simple graph).

I am wondering if this is intended, for instance the library only supports filtering on non-directed graphs, or if there's anything else. Thank you in advance for any help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant