= private = protected
The exact documentation you were looking for could not be found. Here is the best guess.
row_vectors()
Returns an array of the row vectors of the matrix. See Vector.
# File lib/matrix.rb, line 1286 def row_vectors Array.new(row_size) {|i| row(i) } end