资 源 简 介
TaucsSolver is a wrapper class for taucs, a powerfull linear system solver. It contains the following 3 static member functions:
(1) bool solve_symmetry(...);
(2) bool solve_non_symmetry(...);
(3) bool solve_linear_least_square(...);
How to use?
Quite easy! See the examples in "example/test.cpp" :-)
See here for my other code:
http://web.siat.ac.cn/~liangliang/software.htm