2nd_Sem_Bogachev/2025.03.07/7Ex/solve.h

6 lines
95 B
C

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