TP-calcul-parallele/TP1/05_CG/CG_par.h
2023-06-23 19:34:09 +02:00

2 lines
68 B
C

void cg_par(double *A_local, double *rhs, int N, int b, float tol);