summaryrefslogtreecommitdiff
path: root/lib/matrix
AgeCommit message (Expand)Author
2016-11-29get rid of ambiguous parentheses warningsnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-10-23* lib/matrix/eigenvalue_decomposition.rb (tridiagonalize): fixshugo
2015-07-22* lib/matrix/eigenvalue_decomposition.rb: refine code style.hsbt
2014-07-18* lib/matrix/eigenvalue_decomposition: Style fixmarcandre
2013-01-13* lib/matrix/lup_decomposition: Fix bugs with LUP Decomposition ofmarcandre
2013-01-13* lib/matrix/eigenvalue_decomposition: Backport bugfix of Jama 1.0.3marcandre
2013-01-13* lib/matrix/eigenvalue_decomposition: Fix eigensystem with complexmarcandre
2013-01-13* lib/matrix/lup_decomposition.rb: Fix error for rectangular matricesmarcandre
2012-12-10* lib/matrix: alias {row|column}_size to {row|column}_count and use the latter.marcandre
2011-07-01* lib/matrix: Add LUP decompositionmarcandre
2011-07-01* lib/matrix: Add Eigenvalue Decompositionmarcandre