mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 19:16:39 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
443 B
Text
9 lines
443 B
Text
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.
|