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
Updated by yugui (Yuki Sonoda) almost 15 years ago
- Status changed from Open to Rejected
=begin
Already fixed on both ruby_1_9_1 and trunk. Please upgrade your Ruby to 1.9.1-p376.
=end
Actions
Like0
Like0