The Sixth, Seventh and Eighth tasks are done
This commit is contained in:
parent
a6c451d866
commit
5a81ed3cd8
41 changed files with 1562 additions and 5 deletions
6
2025.03.07/6Ex/solve.h
Normal file
6
2025.03.07/6Ex/solve.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef SOLVE_H
|
||||
#define SOLVE_H
|
||||
|
||||
void t6_solve(double *a, int n, int m, int i, int j);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue