sparse matrix overdetermined linear equation system c/c++ library
问题 I need a library to solve Ax=b systems, where A is a non-symmetric sparse matrix, with 8 entry per row (and it might be quite big). I think a library that implements biconjugate gradient should be fine, but i can't find one that works (i've tried iml++, but there are some headers missing in the iml++/sparselib++ packages). Any tips? 回答1: There are standard ways of treating overdetermined systems. For example Wikipedia says this: A set of linear simultaneous equations can be written in matrix