summaryrefslogtreecommitdiff
path: root/MatrixMultiply.h
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixMultiply.h')
-rw-r--r--MatrixMultiply.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/MatrixMultiply.h b/MatrixMultiply.h
new file mode 100644
index 0000000..93a039c
--- /dev/null
+++ b/MatrixMultiply.h
@@ -0,0 +1,8 @@
+
+#ifndef MATRIXMULTIPLY_H
+
+#define MATRIXMULTIPLY_H
+
+double** matrixmultiply(double *m1[], double *m2[]);
+
+#endif /* end of include guard: MATRIXMULTIPLY_H */