C++:实现共轭梯度方法求解形式为 A*x=b 的线性方程组 test.hpp test.cpp test.hpp int i4_min ( int i1, int i2 ); double *orth_random ( int n, int &seed )