Add Example

This commit is contained in:
AZEN-SGG 2025-04-14 19:33:20 +03:00
parent 07e56839c7
commit 768df4b636
7 changed files with 199 additions and 0 deletions

View file

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