We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85d02d commit e7647f4Copy full SHA for e7647f4
sig/matrix.rbs
@@ -0,0 +1,9 @@
1
+type numeric = Integer | Float | Rational | Complex
2
+
3
+class Matrix
4
+ @rows : Array[Array[numeric]]
5
+end
6
7
+class Vector
8
+ @elements : Array[numeric]
9
0 commit comments