Actions
Bug #2453
closedmatrix#rank causes inf loop
Description
=begin
require 'matrix'
a=Matrix[[1,2,3],[1,2,3],[1,2,3]]
puts a.rank
#rank_e is ok.By the way,I didn't see rank_e on ruby-doc.org
=end
Actions
Like0
Like0