Start Task 2
This commit is contained in:
parent
8a7aac7c23
commit
de8589e39c
83 changed files with 1474 additions and 175 deletions
7
2025.03.28/02Ex/matrix.h
Normal file
7
2025.03.28/02Ex/matrix.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#ifndef MATRIX_H
|
||||
#define MATRIX_H
|
||||
|
||||
void init_vec_b(const double * restrict a, double * restrict b, int n);
|
||||
void matvec_mul(int n, const double * restrict A, const double * restrict x, double * restrict x_k);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue