IntegralEquations / HMatrices.jl

A Julia library for hierarchical matrices
MIT License
41 stars 3 forks source link

Wrapper around `IntegralOperator` #26

Closed maltezfaria closed 8 months ago

maltezfaria commented 1 year ago

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 commented 8 months ago

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