Task 3 is done!
This commit is contained in:
parent
b9e4209b86
commit
4c083aa533
15 changed files with 269 additions and 16 deletions
6
2025.04.18/03Ex/solve.h
Normal file
6
2025.04.18/03Ex/solve.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef SOLVE_H
|
||||
#define SOLVE_H
|
||||
|
||||
double t3_solve (const double x_0, const int n, const double * restrict X, double * restrict Y);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue