HyperGraph

added new class "Matrix"

10/12/2018 2:02:25 PM

Changes

Details

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