1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/math/rubygem-matrix/pkg-descr
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

12 lines
480 B
Plaintext

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