Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * lib/matrix/lup_decomposition: Fix bugs with LUP Decomposition of | marcandre | 2013-01-13 | 1 | -4/+4 |
* | * lib/matrix/eigenvalue_decomposition: Backport bugfix of Jama 1.0.3 | marcandre | 2013-01-13 | 1 | -8/+4 |
* | * lib/matrix/eigenvalue_decomposition: Fix eigensystem with complex | marcandre | 2013-01-13 | 1 | -2/+2 |
* | * lib/matrix/lup_decomposition.rb: Fix error for rectangular matrices | marcandre | 2013-01-13 | 1 | -1/+1 |
* | * lib/matrix: alias {row|column}_size to {row|column}_count and use the latter. | marcandre | 2012-12-10 | 2 | -29/+29 |
* | * lib/matrix: Add LUP decomposition | marcandre | 2011-07-01 | 1 | -0/+218 |
* | * lib/matrix: Add Eigenvalue Decomposition | marcandre | 2011-07-01 | 1 | -0/+886 |