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,9 +1,9 @@
#include "task_4+6.h"
#include "task_5.h"
#include "timing.h"
#include <vector>
#include <iostream>
#include <cmath>
#include <iostream>
#include <vector>
using namespace std;
double norm(vector<double> const &x) {