Age | Commit message (Expand) | Author |
2010-03-03 | * lib/matrix.rb (Vector#each): make Vector enumerable. | matz |
2010-02-01 | * lib/matrix.rb (Vector#each2): returns a self. [ruby-dev:40241] | mame |
2010-01-27 | * lib/matrix.rb: add exception Matrix::ErrOperationNotImplemented | keiju |
2010-01-27 | * lib/matrix.rb (determinant): fix name error. | mame |
2010-01-25 | * lib/matrix.rb: suppress warnings. | akr |
2010-01-09 | * lib/matrix.rb (Matrix#inverse_from): use #quo. backported r9490. | nobu |
2009-12-19 | * lib/matrix.rb (each2,collect2,map2): Fix enumerator [ruby-core:27225] | marcandre |
2009-10-24 | * lib/matrix.rb (**): Optimization (up to 45% faster) | marcandre |
2009-10-24 | * lib/matrix (transpose): bug fix for Matrix.empty(0,42).t | marcandre |
2009-10-24 | * lib/matrix (column): handle negative arguments. cf [ruby-core:23598] | marcandre |
2009-10-24 | * lib/matrix (minor): Also handle negative arguments like Array#[] | marcandre |
2009-10-20 | * lib/matrix.rb (transpose, inspect): Bug fix | marcandre |
2009-10-20 | * lib/matrix.rb (empty): Improved rdoc | marcandre |
2009-10-20 | * lib/matrix.rb: Bug fix. See detail [ruby-core:23598]. | keiju |
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 obvious bug | marcandre |
2009-09-16 | * lib/matrix.rb: fix previous optimization | marcandre |
2009-09-16 | * lib/matrix.rb (determinant): Bug fix where determinant failed on some matri... | marcandre |
2009-09-16 | * lib/matrix.rb: Fix typos in doc and indent | marcandre |
2009-09-16 | * lib/matrix.rb: trivial optimizations | marcandre |
2009-07-20 | * lib/matrix.rb (Matrix#rank): revert a part of r20859 to avoid | wanabe |
2009-03-06 | * lib/**/*.rb: removed unnecessary shbang lines. | nobu |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2008-12-18 | * lib/optparse/version.rb: remove variable shadowing to stop | matz |
2008-12-17 | * lib/matrix.rb: shut up warning. [ruby-dev:37481] [Bug #899] | keiju |
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 |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2007-11-04 | * eval.c (rb_f_send): allow send/__send__ to call methods of all | matz |
2007-09-18 | * lib/matrix.rb: fix a coerce bug of Vector. [ruby-core: 12190] | keiju |
2007-08-24 | * eval.c (rb_f_send_bang): abandon the name funcall for private | matz |
2007-03-19 | * lib/matrix.rb (Matrix::inverse_from): adding partial pivoting to | matz |
2006-12-05 | * misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" as | matz |
2005-12-09 | * lib/matrix.rb: add Matrix#determinant_e, Matrix#rank_e. | keiju |
2005-11-01 | * eval.c (rb_call_super): should call method_missing if super is | matz |
2005-10-27 | * string.c (scan_once): wrong condition to use mbclen2(). | matz |
2004-04-18 | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu |
2004-02-01 | From ruby_1_8 branch: | 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 |