diff --git a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/.gitignore b/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/emelyanov_artem_lab_6.iml b/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/emelyanov_artem_lab_6.iml deleted file mode 100644 index b107a2d..0000000 --- a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/emelyanov_artem_lab_6.iml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/inspectionProfiles/Project_Default.xml b/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index db0f74e..0000000 --- a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - \ No newline at end of file diff --git a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/misc.xml b/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/misc.xml deleted file mode 100644 index f03c948..0000000 --- a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/modules.xml b/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/modules.xml deleted file mode 100644 index 6624954..0000000 --- a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/vcs.xml b/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/vcs.xml deleted file mode 100644 index 6c0b863..0000000 --- a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/Benchmark.class b/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/Benchmark.class deleted file mode 100644 index b956111..0000000 Binary files a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/Benchmark.class and /dev/null differ diff --git a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/DeterminantCalculator.class b/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/DeterminantCalculator.class deleted file mode 100644 index adbb8b2..0000000 Binary files a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/DeterminantCalculator.class and /dev/null differ diff --git a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/MatrixGenerator.class b/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/MatrixGenerator.class deleted file mode 100644 index 215c344..0000000 Binary files a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/MatrixGenerator.class and /dev/null differ diff --git a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/Readme.md b/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/Readme.md deleted file mode 100644 index 22697fb..0000000 --- a/emelyanov_artem_lab_6/out/production/emelyanov_artem_lab_6/Readme.md +++ /dev/null @@ -1,6 +0,0 @@ -# Поиск детерминанта - -Данная работа посвящена реализации и сравнению последовательного и параллельного алгоритмов поиска детерминанта матриц на языке Java. Целью является оценка производительности при использовании разного числа потоков. - -## Результаты: -