IntegralEquations / HMatrices.jl

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

Port code from `WavePropBase` and drop dependency #27

Closed maltezfaria closed 11 months ago

maltezfaria commented 11 months ago

Remove WavePropBase as a dependency, and port the required functionality directly to HMatrices. This makes it easier to understand the code, and it removes many indirect dependencies related to WavePropBase.

This PR also starts using JuliaFormatter for auto-formatting the files.