lab4 - gotowy kod, brak wykresow (jeszcze)

This commit is contained in:
2016-11-29 15:54:34 +01:00
parent ade4587f3a
commit f4664de8f5
8 changed files with 295 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
macierz_omp: gauss_omp.cpp
g++ -O3 -fopenmp -Wall `pkg-config opencv --cflags --libs` -o gauss_omp gauss_omp.cpp
clean:
rm -rf gauss_omp