diff options
Diffstat (limited to 'Assets/Algorithms/Algebra/MatrixUtils.cs')
-rw-r--r-- | Assets/Algorithms/Algebra/MatrixUtils.cs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Assets/Algorithms/Algebra/MatrixUtils.cs b/Assets/Algorithms/Algebra/MatrixUtils.cs new file mode 100644 index 0000000..84c12c3 --- /dev/null +++ b/Assets/Algorithms/Algebra/MatrixUtils.cs @@ -0,0 +1,13 @@ +using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+
+namespace AlgorithmCollection.Algebra
+{
+ public static class MatrixUtils
+ {
+
+
+ }
+}
|