UMFPACK is a set of routines for solving unsymmetric sparse linear systems, Ax=b, using the Unsymmetric MultiFrontal method.
I am looking for a good (in the best case actively maintained) C++ matrix library. Thereby it should be templated, …
c++ matrix sparse-matrix lapack umfpackI am using Numeric Library Bindings for Boost UBlas to solve a simple linear system. The following works fine, except …
c++ boost linear-algebra lapack umfpack