samadritakarmakar/Arma_iterative
Armadillo is a very capable linear algebra library that focusses on ease of use. It does not have any iterative solver. This is my attempt at doing just that. Here I have written a small code to link armadillo sparse matrices to lis's solver matrices and make its iterative solvers available using armadillo sp_mat type typedef.
C++Apache-2.0