aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-MatrixReal/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'math/p5-MatrixReal/pkg-descr')
-rw-r--r--math/p5-MatrixReal/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/math/p5-MatrixReal/pkg-descr b/math/p5-MatrixReal/pkg-descr
new file mode 100644
index 000000000000..fd54b2a9b863
--- /dev/null
+++ b/math/p5-MatrixReal/pkg-descr
@@ -0,0 +1,20 @@
+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.
+
+This is Math:MatrixReal version 1.2
+
+-- sander