summaryrefslogtreecommitdiff
path: root/MatrixMultiply.h
diff options
context:
space:
mode:
authorMichael Abed <michaelabed@gmail.com>2012-04-09 01:45:23 -0400
committerMichael Abed <michaelabed@gmail.com>2012-04-09 01:48:41 -0400
commit1ba0668dbcf5bc4c40d99ac963711e35797c8efa (patch)
treeb359b81f4e538e923366a7c718d9defd9b823bc4 /MatrixMultiply.h
downloadec327-lab3-master.tar.gz
ec327-lab3-master.tar.bz2
ec327-lab3-master.zip
finished assignmentHEADmaster
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 */