Sparse complex symmetric direct solver for windows

1 view (last 30 days)
Hi everyone, I am looking for a dedicated direct solver for large sparse complex symmetric (not hermitian) systems. The problem comes from the use of the fem in electromagnetics. The stock Matlab solvers are really good, thanks to Tim Davis, but it looks like Matlab lacks of a specific solver for this class of problems. Under linux I usually use HSL solvers, but it seems they are not supported under Windows OS. Can you suggest any library to link? I am not afraid writing mex interfaces or wrappers either in c/c++ and fortran. Shared memory code is preferable, since I don't have access to cluster but only to a workstation with 128 GB of ram. Thanks in advance Fabio
  1 Comment
Fabio Freschi
Fabio Freschi on 7 Aug 2014
I forgot to mention that the availability of the factors is more than welcome

Sign in to comment.

Answers (0)

Categories

Find more on Programming in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!