TP-calcul-parallele/TP1/05_CG/CG_par.h

2 lines
68 B
C
Raw Permalink Normal View History

2023-06-23 17:34:09 +00:00
void cg_par(double *A_local, double *rhs, int N, int b, float tol);