2nd_Sem_Bogachev/2025.03.14/Example/solve.h
2025-03-09 19:11:16 +03:00

6 lines
105 B
C

#ifndef SOLVE_H
#define SOLVE_H
void t8_solve(double *a, int n, int m, int i, int j, double g);
#endif