ex3
This commit is contained in:
parent
f0cd37fddc
commit
7a02dff345
29 changed files with 3943 additions and 1 deletions
8
ex3/code/task_5.h
Normal file
8
ex3/code/task_5.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
using namespace std;
|
||||
|
||||
double norm(vector<double> const &x);
|
||||
vector<double> init_norm(size_t N);
|
||||
void benchmark_norm(vector<double> const &x, size_t NLOOPS);
|
||||
Loading…
Add table
Add a link
Reference in a new issue