Start Task 2
This commit is contained in:
parent
9319f68a39
commit
9ac038df34
7 changed files with 227 additions and 0 deletions
6
2025.04.18/02Ex/solve.h
Normal file
6
2025.04.18/02Ex/solve.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef SOLVE_H
|
||||
#define SOLVE_H
|
||||
|
||||
double t2_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