Project

General

Profile

Actions

Bug #7228

closed

Matrix#determinant_e returns rank

Added by pypypy567 (py _) over 11 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
-
ruby -v:
ruby 1.9.3p286 (2012-10-12 revision 37165) [i386-mswin32_100]
Backport:
[ruby-dev:46305]

Description

http://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/37328/entry/lib/matrix.rb#L1090

def determinant_e
warn "#{caller(1)[0]}: warning: Matrix#determinant_e is deprecated; use #determinant"
rank
end

rank_e からコピーして直し忘れたように見えます。

Updated by marcandre (Marc-Andre Lafortune) over 11 years ago

  • Category set to lib
  • Assignee set to marcandre (Marc-Andre Lafortune)
Actions #2

Updated by marcandre (Marc-Andre Lafortune) over 11 years ago

  • Status changed from Open to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r37368.
py, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


Actions

Also available in: Atom PDF

Like0
Like0Like0