mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
989772c9ac
had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
23 lines
908 B
Plaintext
23 lines
908 B
Plaintext
p5-MatrixReal is port of the perl module Math::MatrixReal, implementing a
|
|
matrix of Reals.
|
|
|
|
Math::MatrixReal needs support for operator overloading to support
|
|
operations on matrixes as though they were just another basic perl type.
|
|
|
|
In addition to the basics (+, -, *) also supported are:
|
|
|
|
matrix norm, matrix transposition, matrix inverse, determinant of a
|
|
matrix, order and numerical condition of a matrix, scalar product of
|
|
vectors, vector product of vectors, vector length, projection of row and
|
|
column vectors, a comfortable way for reading in a matrix from a file, the
|
|
keyboard or your code, solving linear equations, etc.
|
|
|
|
It also has an implementation of Kleene's algorithm for finding minimal
|
|
costs for paths in a graph.
|
|
|
|
Author: Steffen Beyer <sb@engelschall.com>
|
|
Rodolphe Ortalo <ortalo@laas.fr>
|
|
Jonathan Leto <jonathan@leto.net>
|
|
|
|
WWW: http://search.cpan.org/dist/Math-MatrixReal/
|