Project

General

Profile

Actions

Bug #2453

closed

matrix#rank causes inf loop

Added by ntys (ding ding) over 14 years ago. Updated almost 13 years ago.

Status:
Rejected
Assignee:
-
Target version:
ruby -v:
ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mswin32_90]
Backport:
[ruby-core:27084]

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 #1

Updated by yugui (Yuki Sonoda) over 14 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

Also available in: Atom PDF

Like0
Like0