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

Wrapper around IntegralOperator #26

Closed
maltezfaria opened this issue Mar 13, 2023 · 1 comment
Closed

Wrapper around IntegralOperator #26

maltezfaria opened this issue Mar 13, 2023 · 1 comment

Comments

@maltezfaria
Copy link
Member

It would be nice to have a convenient wrapper so that we easily construct an HMatrix from an IntegralOperator from WavePropBase. Something along the lines of the following syntax:

iop = WavePropBase.IntegralOperator(K,X,Y)
H = HMatrix(iop;kwargs...)

where kwargs... are passed down to the assemble_hmatrix constructor.

@maltezfaria
Copy link
Member Author

The wrappers should live in the package using HMatrix.jl, not the other way around, so this issue does not belong here.

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

No branches or pull requests

1 participant