summaryrefslogtreecommitdiff
path: root/lib/matrix.rb
AgeCommit message (Expand)Author
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).tmarcandre
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 fixmarcandre
2009-10-20* lib/matrix.rb (empty): Improved rdocmarcandre
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: Optimizationsmarcandre
2009-09-16* lib/matrix.rb (Matrix#/): Fix obvious bugmarcandre
2009-09-16* lib/matrix.rb: fix previous optimizationmarcandre
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 indentmarcandre
2009-09-16* lib/matrix.rb: trivial optimizationsmarcandre
2009-07-20* lib/matrix.rb (Matrix#rank): revert a part of r20859 to avoidwanabe
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 stopmatz
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 dependentakr
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
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 privatematz
2007-03-19* lib/matrix.rb (Matrix::inverse_from): adding partial pivoting tomatz
2006-12-05* misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" asmatz
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 ismatz
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-24Matrix used range.size, which no longer existsdave
2003-04-24Fix method name typo in Matrix.row_vectordave
2003-01-20Added RDoc comments.gsinclair
2002-10-02use Object#class instead of deprecated Object#type.nobu
2001-12-09* matrix.rb: Vector#* bug. reported from Massimiliano Mirrakeiju
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-01matzmatz
2000-07-10matzmatz
2000-06-28matzmatz
2000-05-122000-05-12matz
2000-03-172000-03-17matz
2000-03-072000-03-07matz
1999-10-1219991012matz
1999-09-01regexp literal (e.g. \202) match, etc.matz
1999-08-241.4.1 to bematz