H2Pack-Matlab
October 22, 2020 ยท View on GitHub
This is the Matlab prototype for our published H2Pack package
Getting Started
- run "compile.m" in the root directory in Matlab to compile several necessary mex files.
- example_*.m files explain the basic usage of all functions, and can be easily modified for personal use.
Note
In this matlab version, kernel evaluation and proxy point selection are poorly optimized and can be more time consuming than constructing and applying H2 matrix representations. For fully optimized performance, please consider using H2Pack.