HyperGraph
Changes
HyperGraph/Matrix.cs 14(+14 -0)
Details
HyperGraph/Matrix.cs 14(+14 -0)
diff --git a/HyperGraph/Matrix.cs b/HyperGraph/Matrix.cs
new file mode 100644
index 0000000..191cfbc
--- /dev/null
+++ b/HyperGraph/Matrix.cs
@@ -0,0 +1,14 @@
+using Microsoft.Analytics.Interfaces;
+using Microsoft.Analytics.Types.Sql;
+using System;
+using System.Collections.Generic;
+using System.IO;
+using System.Linq;
+using System.Text;
+
+namespace HyperGraph
+{
+ class Matrix
+ {
+ }
+}
\ No newline at end of file