This commit is contained in:
dino.celebic 2025-11-13 13:17:09 +01:00
commit e662f3c84b
9 changed files with 38 additions and 37 deletions

View file

@ -1,8 +1,8 @@
#include "task_7.h"
#include <cmath>
#include <iostream>
#include <lapacke.h>
#include <vector>
#include <iostream>
#include <cmath>
using namespace std;
tuple<vector<double>, vector<double>> init_M(size_t N, size_t Nrhs) {