2nd_Sem_Bogachev/2025.04.18/Example/solve.h
2025-04-14 19:33:20 +03:00

6 lines
141 B
C

#ifndef SOLVE_H
#define SOLVE_H
double t1_solve (const int x_0, const int n, const double * restrict X, const double * restrict Y);
#endif