fixes
This commit is contained in:
parent
67c1ff09ef
commit
e662f3c84b
9 changed files with 38 additions and 37 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue