Task 14 is already done!
This commit is contained in:
parent
27a3234661
commit
9fa772a58b
13 changed files with 598 additions and 4 deletions
8
2025.04.04/dist/Krivoruchenko_SK/solve.h
vendored
Normal file
8
2025.04.04/dist/Krivoruchenko_SK/solve.h
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef SOLVE_H
|
||||
#define SOLVE_H
|
||||
|
||||
int t14_solve(int n, double * restrict A, double * restrict X, int * restrict c);
|
||||
void gauss_inverse(const int n, const int k, double * restrict A, double * restrict X);
|
||||
void gauss_back_substitution(const int n, double * restrict A, double * restrict X);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue