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, 13 insertions, 0 deletions
diff --git a/include/parallel.h b/include/parallel.h
new file mode 100644
index 0000000..8747347
--- /dev/null
+++ b/include/parallel.h
@@ -0,0 +1,13 @@
+
+struct Task {
+ enum KernelType kernel_type;
+ int weight_idx;
+ double epsilon;
+ double p;
+ double kappa;
+ double lambda;
+ double *kernel_param;
+ struct MajData **data;
+}
+
+