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 572c898 commit d85d02dCopy full SHA for d85d02d
sig/matrix.rbs
@@ -1,9 +0,0 @@
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