You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: