aboutsummaryrefslogtreecommitdiffstats
path: root/lib/matrix
Commit message (Expand)AuthorAgeFilesLines
* [ruby/matrix] v0.3.1Marc-Andre Lafortune2020-12-091-1/+1
* Update the license for the default gems to dual licensesHiroshi SHIBATA2020-08-181-1/+1
* [ruby/matrix] Drop to Ruby 2.4 and 2.5Hiroshi SHIBATA2020-06-111-0/+1
* Fix gemspecMarc-Andre Lafortune2020-05-051-1/+1
* [ruby/matrix] v0.3.0Marc-Andre Lafortune2020-05-011-1/+1
* [ruby/matrix] Bump versionMarc-Andre Lafortune2019-12-221-1/+1
* Also replace E2MM to standard exception classHiroshi SHIBATA2019-11-301-4/+4
* [ruby/matrix] Add Matrix::VERSION constantMarcus Stollsteimer2019-07-152-2/+14
* [ruby/matrix] Add missing `lib/matrix/' files to file list in gemspecMarcus Stollsteimer2019-07-151-1/+1
* lib/matrix: Use consistent stylemarcandre2018-11-021-9/+8
* lib/matrix: use consistent stylemarcandre2018-11-021-3/+3
* Promote Matrix to default gems.hsbt2018-06-071-0/+21
* get rid of ambiguous parentheses warningsnobu2016-11-291-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-162-0/+2
* * lib/matrix/eigenvalue_decomposition.rb (tridiagonalize): fixshugo2015-10-231-103/+103
* * lib/matrix/eigenvalue_decomposition.rb: refine code style.hsbt2015-07-221-1/+1
* * lib/matrix/eigenvalue_decomposition: Style fixmarcandre2014-07-181-3/+3
* * lib/matrix/lup_decomposition: Fix bugs with LUP Decomposition ofmarcandre2013-01-131-4/+4
* * lib/matrix/eigenvalue_decomposition: Backport bugfix of Jama 1.0.3marcandre2013-01-131-8/+4
* * lib/matrix/eigenvalue_decomposition: Fix eigensystem with complexmarcandre2013-01-131-2/+2
* * lib/matrix/lup_decomposition.rb: Fix error for rectangular matricesmarcandre2013-01-131-1/+1
* * lib/matrix: alias {row|column}_size to {row|column}_count and use the latter.marcandre2012-12-102-29/+29
* * lib/matrix: Add LUP decompositionmarcandre2011-07-011-0/+218
* * lib/matrix: Add Eigenvalue Decompositionmarcandre2011-07-011-0/+886