Task 1 was done!
This commit is contained in:
parent
768df4b636
commit
9319f68a39
71 changed files with 249 additions and 166 deletions
6
2025.04.18/01Ex/solve.h
Normal file
6
2025.04.18/01Ex/solve.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef SOLVE_H
|
||||
#define SOLVE_H
|
||||
|
||||
double t1_solve (const double x_0, const int n, const double * restrict X, const double * restrict Y);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue