2nd_Sem_Bogachev/2025.03.07/6Ex/solve.h

6 lines
95 B
C

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