2nd_Sem_Bogachev/2025.03.28/08Ex/solve.h
2025-03-27 20:44:47 +03:00

6 lines
220 B
C

#ifndef SOLVE_H
#define SOLVE_H
void t8_solve(const double * restrict A, double * restrict x_0, const double * restrict b, double * restrict x, double * restrict r, double * restrict w, int n, int m, double t);
#endif