# File lib/matrix.rb, line 821 def row_vectors rows = (0 .. row_size - 1).collect { |i| row(i) } rows end