summaryrefslogtreecommitdiffstats
path: root/lib/matrix.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/optparse/version.rb: remove variable shadowing to stopmatz2008-12-181-78/+54
* * lib/matrix.rb: shut up warning. [ruby-dev:37481] [Bug #899]keiju2008-12-171-16/+11
* * lib/matrix.rb (Matrix#eql?): fixed [ruby-dev:36298].yugui2008-09-151-6/+14
* * lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".yugui2008-09-141-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-041-1/+1
* * lib/matrix.rb: fix a coerce bug of Vector. [ruby-core: 12190]keiju2007-09-181-1/+1
* * eval.c (rb_f_send_bang): abandon the name funcall for privatematz2007-08-241-1/+1
* * lib/matrix.rb (Matrix::inverse_from): adding partial pivoting tomatz2007-03-191-6/+12
* * misc/ruby-mode.el (ruby-parse-partial): need to parse "/=" asmatz2006-12-051-2/+2
* * lib/matrix.rb: add Matrix#determinant_e, Matrix#rank_e.keiju2005-12-091-12/+138
* * eval.c (rb_call_super): should call method_missing if super ismatz2005-11-011-6/+6
* * string.c (scan_once): wrong condition to use mbclen2().matz2005-10-271-1/+1
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-3/+3
* From ruby_1_8 branch:gsinclair2004-02-011-313/+263
* * lib/matrix.rb: remove elements conversion to_f, to_i, to_r.matz2003-07-151-52/+1
* Matrix used range.size, which no longer existsdave2003-04-241-2/+4
* Fix method name typo in Matrix.row_vectordave2003-04-241-1/+1
* Added RDoc comments.gsinclair2003-01-201-27/+375
* use Object#class instead of deprecated Object#type.nobu2002-10-021-6/+6
* * matrix.rb: Vector#* bug. reported from Massimiliano Mirrakeiju2001-12-091-2/+2
* * matrix.rb (Matrix#column_vectors, Matrix#row_vectors): ditto bug.keiju2001-11-031-4/+4
* * lib/matrix.rb: resolve 'ruby -w' warnings.keiju2001-06-271-2/+1
* matzmatz2000-09-011-6/+10
* matzmatz2000-07-101-29/+29
* matzmatz2000-06-281-2/+2
* 2000-05-12matz2000-05-121-1/+0
* 2000-03-17matz2000-03-171-0/+1
* 2000-03-07matz2000-03-071-2/+0
* 19991012matz1999-10-121-40/+60
* regexp literal (e.g. \202) match, etc.matz1999-09-011-2/+3
* 1.4.1 to bematz1999-08-241-1/+0
* 1.4.0matz1999-08-131-62/+68
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-10/+229
* Initial revisionmatz1998-01-161-0/+777