freebsd-ports/math/p5-MatrixReal/pkg-descr
Aaron Dalton b31c1b1b8e - Update from v1.9 to v2.01
- Update pkg-descr

PR:		ports/98326
Submitted by:	aaron
Approved by:	maintainer timeout, tobez (implicit)
2006-06-15 01:12:14 +00:00

21 lines
910 B
Text

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.
WWW: http://search.cpan.org/dist/Math-MatrixReal/
Authors: Steffen Beyer <sb@engelschall.com>
Rodolphe Ortalo <ortalo@laas.fr>
Jonathan Leto <jonathan@leto.net>