Eigen: Solving Sparse Linear Systems
eigen.tuxfamily.org › dox › group__TopicSparseIn Eigen, there are several methods available to solve linear systems when the coefficient matrix is sparse. Because of the special representation of this class of matrices, special care should be taken in order to get a good performance. See Sparse matrix manipulations for a detailed introduction about sparse matrices in Eigen.