aboutsummaryrefslogtreecommitdiffstats
path: root/lib/matrix/eigenvalue_decomposition.rb
Commit message (Expand)AuthorAgeFilesLines
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * 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/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: alias {row|column}_size to {row|column}_count and use the latter.marcandre2012-12-101-1/+1
* * lib/matrix: Add Eigenvalue Decompositionmarcandre2011-07-011-0/+886