Method: Matrix#shape

Defined in:
lib/graphkit.rb

#shapeObject



9
10
11
# File 'lib/graphkit.rb', line 9

def shape
	return[row_size, column_size]
end