Add Example
This commit is contained in:
parent
07e56839c7
commit
768df4b636
7 changed files with 199 additions and 0 deletions
6
2025.04.18/Example/solve.c
Normal file
6
2025.04.18/Example/solve.c
Normal 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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue