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

6 lines
134 B
C

#include "solve.c"
double t1_solve (const int x_0, const int n, const double * restrict X, const double * restrict Y)
{
return 0;
}