aboutsummaryrefslogtreecommitdiff
path: root/math/rubygem-matrix
Commit message (Collapse)AuthorAgeFilesLines
* math/rubygem-matrix: Update to 0.4.2Po-Chuan Hsieh2021-06-202-4/+4
| | | | | Changes: https://github.com/ruby/matrix/blob/master/CHANGELOG.md https://github.com/ruby/matrix/commits/master
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.4.1Sunpoet Po-Chuan Hsieh2021-01-302-4/+4
| | | | | | | Changes: https://github.com/ruby/matrix/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=563385
* Update to 0.4.0Sunpoet Po-Chuan Hsieh2021-01-262-6/+7
| | | | | | | Changes: https://github.com/ruby/matrix/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=562907
* Add rubygem-matrix 0.3.0Sunpoet Po-Chuan Hsieh2020-05-163-0/+34
Matrix is an implementation of Matrix and Vector classes. The Matrix class represents a mathematical matrix. It provides methods for creating matrices, operating on them arithmetically and algebraically, and determining their mathematical properties (trace, rank, inverse, determinant, eigensystem, etc.). The Vector class represents a mathematical vector, which is useful in its own right, and also constitutes a row or column of a Matrix. WWW: https://github.com/ruby/matrix Notes: svn path=/head/; revision=535386