Libraries
»
graphkit
(0.3.0)
»
Index
»
Matrix
»
#shape
Method: Matrix#shape
Defined in:
lib/graphkit.rb
#
shape
⇒
Object
9 10 11
# File 'lib/graphkit.rb', line 9
def
shape
return
[
row_size
,
column_size
]
end