Age | Commit message (Expand) | Author |
2010-06-05 | * lib/matrix.rb: Matrix library copied from 1.9. It is now identical | marcandre |
2010-04-16 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2010-01-09 | reverted r26263. | nobu |
2010-01-09 | * lib/matrix.rb (Matrix#inverse_from): use #quo. backported r9490. | nobu |
2009-09-16 | * lib/matrix.rb (Matrix#rank): Two bug fixes. One made Matrix[[0,0],[0,0],[1,... | marcandre |
2009-09-16 | * lib/matrix.rb: Optimizations | marcandre |
2009-09-16 | * lib/matrix.rb (Matrix#/): Fix was is obviously a bug | marcandre |
2009-09-16 | * lib/matrix.rb: fix previous optimization | marcandre |
2009-09-16 | * lib/matrix.rb (Scalar#/): fix bug whereby (any numeric)/(any Matrix) would ... | marcandre |
2009-09-16 | * lib/matrix.rb: Fix typos in doc and indent | marcandre |
2009-09-16 | * lib/matrix.rb: trivial optimizations | marcandre |
2008-09-15 | * lib/matrix.rb (Matrix#eql?): fixed [ruby-dev:36298]. | yugui |
2008-09-14 | * lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?". | yugui |
2007-03-20 | * lib/matrix.rb (Matrix::inverse_from): adding partial pivoting to | knu |
2004-04-18 | * dln.c, io.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, lib/date.rb, | nobu |
2004-02-01 | * lib/test/unit.rb: rearranged documentation for RDoc's sake. | gsinclair |
2003-07-15 | * lib/matrix.rb: remove elements conversion to_f, to_i, to_r. | matz |
2003-04-24 | Matrix used range.size, which no longer exists | dave |
2003-04-24 | Fix method name typo in Matrix.row_vector | dave |
2003-01-20 | Added RDoc comments. | gsinclair |
2002-10-02 | use Object#class instead of deprecated Object#type. | nobu |
2001-12-09 | * matrix.rb: Vector#* bug. reported from Massimiliano Mirra | keiju |
2001-11-03 | * matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug. | keiju |
2001-06-27 | * lib/matrix.rb: resolve 'ruby -w' warnings. | keiju |
2000-09-01 | matz | matz |
2000-07-10 | matz | matz |
2000-06-28 | matz | matz |
2000-05-12 | 2000-05-12 | matz |
2000-03-17 | 2000-03-17 | matz |
2000-03-07 | 2000-03-07 | matz |
1999-10-12 | 19991012 | matz |
1999-09-01 | regexp literal (e.g. \202) match, etc. | matz |
1999-08-24 | 1.4.1 to be | matz |
1999-08-13 | 1.4.0 | matz |
1999-01-20 | This commit was generated by cvs2svn to compensate for changes in r372, | matz |
2019-08-17 | version 1.0-971002v1_0_971002 | Yukihiro Matsumoto |