Убрал параллельность и векторизацию из 14го Задания, начал писать немного иную версию
This commit is contained in:
parent
b66f83f2ee
commit
fb42c48f7d
15 changed files with 206 additions and 214 deletions
|
@ -5,5 +5,6 @@ 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);
|
||||
double get_r1(const int n, const double * restrict A, const double * restrict X);
|
||||
double get_r2(const int n, const double * restrict A, const double * restrict X);
|
||||
double get_matrix_norm(const int n, const double * restrict A);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue