Actions
Bug #7228
closedMatrix#determinant_e returns rank
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) about 12 years ago
- Category set to lib
- Assignee set to marcandre (Marc-Andre Lafortune)
Updated by marcandre (Marc-Andre Lafortune) about 12 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.
- lib/matrix.rb: Fix determinant_e [ruby-dev:46305] [Bug #7228]
Actions
Like0
Like0Like0