Bug #2453

matrix#rank causes inf loop

Added by ding ding about 2 years ago. Updated 10 months ago.

[ruby-core:27084]
Status:Rejected Start date:12/07/2009
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:lib
Target version:1.9.1
ruby -v:ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mswin32_90]

Description

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

History

Updated by Yuki Sonoda about 2 years ago

  • Status changed from Open to Rejected
Already fixed on both ruby_1_9_1 and trunk. Please upgrade your Ruby to 1.9.1-p376.

Also available in: Atom PDF