#ifndef CG_H_ #define CG_H_ void cgsolver( double *A, double *b, double *x, int m, int n ); #endif /*CG_H_*/