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

2 lines
55 B
C
Raw Permalink Normal View History

2023-06-23 17:34:09 +00:00
void cg_sq(double *A, double *rhs, int N, double tol);