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

2 lines
55 B
C

void cg_sq(double *A, double *rhs, int N, double tol);