/* ================================================================================== = Class CgsSolver member functions = ================================================================================== Author : C.Chambeyron (24 Novembre 2004) Version: 1 ================================================================================== Class CgsSolver implements conjugate gradient squared method with the template function CGS For more explaination about BiConjugate Gradient method, see http://mathworld.wolfram.com/ConjugateGradientSquaredMethod.html. ================================================================================== */ using namespace std; #include "CgsSolver.h++" /*#include #include */