ex3
This commit is contained in:
parent
f0cd37fddc
commit
7a02dff345
29 changed files with 3943 additions and 1 deletions
7
ex3/code/task_7.h
Normal file
7
ex3/code/task_7.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
#include <vector>
|
||||
using namespace std;
|
||||
|
||||
tuple<vector<double>, vector<double>> init_M(size_t N, size_t Nrhs);
|
||||
void print_matrix(vector<double> &A, size_t M, size_t N);
|
||||
void benchmark_lapacke(int N, int Nrhs);
|
||||
Loading…
Add table
Add a link
Reference in a new issue