bonevbs / HssMatrices.jl

A Julia package for hierarchically semiseparable (HSS) matrices.
MIT License
21 stars 5 forks source link

Fixed complex linear solve (and some extra) #17

Closed mipals closed 7 months ago

mipals commented 3 years ago

Hey again Boris, I played a little around with your code.

Here are some very simple fixed so that:

  1. You can solve linear systems with a Vector as a right-hand side
  2. Solve complex linear systems.

I still believe there are some (very simple) improvements to be made (however, I currently do no have time to fix this):

Cheers, Mikkel