Tweak devel/p5-Cdk version 5.20120324_1
[dports.git] / math / p5-Math-MatrixReal / pkg-descr
1 p5-MatrixReal is port of the perl module Math::MatrixReal, implementing a
2 matrix of Reals.
3
4 Math::MatrixReal needs support for operator overloading to support
5 operations on matrixes as though they were just another basic perl type.
6
7 In addition to the basics (+, -, *) also supported are:
8
9 matrix norm, matrix transposition, matrix inverse, determinant of a
10 matrix, order and numerical condition of a matrix, scalar product of
11 vectors, vector product of vectors, vector length, projection of row and
12 column vectors, a comfortable way for reading in a matrix from a file, the
13 keyboard or your code, solving linear equations, etc.
14
15 It also has an implementation of Kleene's algorithm for finding minimal
16 costs for paths in a graph.
17
18 WWW: http://search.cpan.org/dist/Math-MatrixReal/