aboutsummaryrefslogtreecommitdiff
path: root/include/parallel.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/parallel.h')
-rw-r--r--include/parallel.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/parallel.h b/include/parallel.h
deleted file mode 100644
index 8747347..0000000
--- a/include/parallel.h
+++ /dev/null
@@ -1,13 +0,0 @@
-
-struct Task {
- enum KernelType kernel_type;
- int weight_idx;
- double epsilon;
- double p;
- double kappa;
- double lambda;
- double *kernel_param;
- struct MajData **data;
-}
-
-