summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-02-07 22:35:39 +0000
committerjtb <jtb@pkgsrc.org>2001-02-07 22:35:39 +0000
commit4f3fb8b07e24b019187e7b2911e69bb1e64a9245 (patch)
tree6cc32616898362806bba55ba057ec43ccaddafc3 /math
parent67a8761b0d73d524ca6c0acf01c08fa7975c2667 (diff)
downloadpkgsrc-4f3fb8b07e24b019187e7b2911e69bb1e64a9245.tar.gz
Initial import of p5-MatrixReal:
Perl module for performing operations on real matrices
Diffstat (limited to 'math')
-rw-r--r--math/p5-MatrixReal/Makefile17
-rw-r--r--math/p5-MatrixReal/files/md53
-rw-r--r--math/p5-MatrixReal/pkg/COMMENT1
-rw-r--r--math/p5-MatrixReal/pkg/DESCR18
-rw-r--r--math/p5-MatrixReal/pkg/PLIST1
5 files changed, 40 insertions, 0 deletions
diff --git a/math/p5-MatrixReal/Makefile b/math/p5-MatrixReal/Makefile
new file mode 100644
index 00000000000..fe9bb222f04
--- /dev/null
+++ b/math/p5-MatrixReal/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/02/07 22:35:39 jtb Exp $
+
+DISTNAME= Math-MatrixReal-1.3a5
+PKGNAME= p5-MatrixReal-1.3a5
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
+
+MAINTAINER= jtb@netbsd.org
+
+USE_PERL5= #defined
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/MatrixReal/.packlist
+
+do-configure:
+ @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+
+.include "../../mk/bsd.pkg.mk"
+
diff --git a/math/p5-MatrixReal/files/md5 b/math/p5-MatrixReal/files/md5
new file mode 100644
index 00000000000..8a60c39d654
--- /dev/null
+++ b/math/p5-MatrixReal/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2001/02/07 22:35:39 jtb Exp $
+
+MD5 (Math-MatrixReal-1.3a5.tar.gz) = 12217f1a62abae1353005a334390f62b
diff --git a/math/p5-MatrixReal/pkg/COMMENT b/math/p5-MatrixReal/pkg/COMMENT
new file mode 100644
index 00000000000..4880e6b4ca2
--- /dev/null
+++ b/math/p5-MatrixReal/pkg/COMMENT
@@ -0,0 +1 @@
+Perl module for performing operations on real matrices
diff --git a/math/p5-MatrixReal/pkg/DESCR b/math/p5-MatrixReal/pkg/DESCR
new file mode 100644
index 00000000000..dc82b89bcb4
--- /dev/null
+++ b/math/p5-MatrixReal/pkg/DESCR
@@ -0,0 +1,18 @@
+Math::MatrixReal - Matrix of Reals
+
+This module includes many important matrix operations and methods:
+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, and many more.
+
+Systems of linear equations may be solved using an efficient algorithm
+known as "L-R-decomposition" and several approximative (iterative)
+methods. The Householder transformation and QL decomposition for the
+determination of the eigensystem of a real symmetric matrix are also
+implemented.
+
+The module also features an implementation of Kleene's algorithm to
+compute the minimal costs for all paths in a graph with weighted edges
+(the "weights" being the costs associated with each edge).
diff --git a/math/p5-MatrixReal/pkg/PLIST b/math/p5-MatrixReal/pkg/PLIST
new file mode 100644
index 00000000000..c534ae68574
--- /dev/null
+++ b/math/p5-MatrixReal/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/07 22:35:39 jtb Exp $