@hackage sparse-lin-alg0.3

Small library for effective linear algebra on sparse matrices

Sparse matrices and vectors are represented using IntMaps, which store non-zero values. There are some useful functions for computations on them. Also some linear algebra algorithms will be included. At the moment, the only is reduction of the matrix to the staircase form.