2nd_Sem_Bogachev/2025.04.04/dist/Kochubei/solve.h
2025-04-02 12:47:26 +03:00

8 lines
230 B
C

#include "add.h"
void init_array(int* r, int n);
matrix_status gauss_step(restrict mat A, restrict mat B, int n, int k, int* r, double norm);
matrix_status gauss(restrict mat A, restrict mat B, restrict mat X, int n, int* r);