ruby/test/matrix
yugui 9ca073576c merges r24969 from trunk into ruby_1_9_1, and adds a test for the fix.
--
* lib/matrix.rb (Matrix#rank): Two bug fixes. One made
  Matrix[[0,0],[0,0],[1,0]].rank raise a NoMethodError while the other
  one had Matrix[[0,1],[0,0],[1,0]].rank raise a TypeError.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-11-10 17:11:36 +00:00
..
test_matrix.rb merges r24969 from trunk into ruby_1_9_1, and adds a test for the fix. 2009-11-10 17:11:36 +00:00
test_vector.rb * test/matrix/test_matrix.rb (setup): typo. 2008-09-15 01:33:43 +00:00