1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-02 18:10:38 -04:00
Commit graph

5 commits

Author SHA1 Message Date
Po-Chuan Hsieh
60a9b66f6c
math/rubygem-matrix: Update to 0.4.2
Changes:	https://github.com/ruby/matrix/blob/master/CHANGELOG.md
		https://github.com/ruby/matrix/commits/master
2021-06-21 00:16:12 +08:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Sunpoet Po-Chuan Hsieh
2210a5e791 Update to 0.4.1
Changes:	https://github.com/ruby/matrix/blob/master/CHANGELOG.md
2021-01-30 12:35:05 +00:00
Sunpoet Po-Chuan Hsieh
ff2e0d64ef Update to 0.4.0
Changes:	https://github.com/ruby/matrix/blob/master/CHANGELOG.md
2021-01-26 17:48:35 +00:00
Sunpoet Po-Chuan Hsieh
710eb39081 Add rubygem-matrix 0.3.0
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
2020-05-16 10:50:02 +00:00