I am looking for a C
library to solve a linear and, if possible, nonlinear matrix equation of the form Ax = b
. It is important for me that the packages are not too large and free. Speed ββdoes not matter, as is the simplicity and rare feature of matrix storage. In addition, it should be able to parallelize computations. Since I'm pretty new to blas / lapack / ... for numerical linear algebra, it would be great if it contained good documentation, possibly with examples. Are there any packages you can recommend? I'm a bit overloaded with Google results, and also don't know the names of the routines I will need to search for.
I just found SuperLu , which seems to contain very good documentation, even with code snippets. It is written in C and requires CBLAS.
source share