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.
It would be nice to have a convenient wrapper so that we easily construct an
HMatrix
from anIntegralOperator
fromWavePropBase
. Something along the lines of the following syntax:where
kwargs...
are passed down to theassemble_hmatrix
constructor.