There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
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.