aboutsummaryrefslogtreecommitdiffstats
path: root/lib/matrix
Commit message (Expand)AuthorAgeFilesLines
* 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