summaryrefslogtreecommitdiff
path: root/lib/matrix
AgeCommit message (Expand)Author
2019-11-30Also replace E2MM to standard exception classHiroshi SHIBATA
2019-07-15[ruby/matrix] Add Matrix::VERSION constantMarcus Stollsteimer
2019-07-15[ruby/matrix] Add missing `lib/matrix/' files to file list in gemspecMarcus Stollsteimer
2018-11-02lib/matrix: Use consistent stylemarcandre
2018-11-02lib/matrix: use consistent stylemarcandre
2018-06-07Promote Matrix to default gems.hsbt
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