summaryrefslogtreecommitdiff
path: root/math/p5-Math-MatrixReal
diff options
context:
space:
mode:
authorjtb <jtb@pkgsrc.org>2001-04-27 23:18:11 +0000
committerjtb <jtb@pkgsrc.org>2001-04-27 23:18:11 +0000
commitcbb866014de2f56876db87946cc0fa364462fd41 (patch)
treea45e6e236027cd3b2d3e0dc7b75142c3f1a0485f /math/p5-Math-MatrixReal
parentee3b8857e85bd398e59aae5220e40b071ae45b70 (diff)
downloadpkgsrc-cbb866014de2f56876db87946cc0fa364462fd41.tar.gz
Reimport of p5-MatrixReal as p5-Math-MatrixReal.
Diffstat (limited to 'math/p5-Math-MatrixReal')
-rw-r--r--math/p5-Math-MatrixReal/Makefile18
-rw-r--r--math/p5-Math-MatrixReal/distinfo4
-rw-r--r--math/p5-Math-MatrixReal/pkg/DESCR18
-rw-r--r--math/p5-Math-MatrixReal/pkg/PLIST1
4 files changed, 41 insertions, 0 deletions
diff --git a/math/p5-Math-MatrixReal/Makefile b/math/p5-Math-MatrixReal/Makefile
new file mode 100644
index 00000000000..dedd10232b9
--- /dev/null
+++ b/math/p5-Math-MatrixReal/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 23:18:11 jtb Exp $
+
+DISTNAME= Math-MatrixReal-1.3a5
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= math perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/}
+
+MAINTAINER= packages@netbsd.org
+COMMENT= Perl module for performing operations on real matrices
+
+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-Math-MatrixReal/distinfo b/math/p5-Math-MatrixReal/distinfo
new file mode 100644
index 00000000000..98c134b240c
--- /dev/null
+++ b/math/p5-Math-MatrixReal/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2001/04/27 23:18:11 jtb Exp $
+
+SHA1 (Math-MatrixReal-1.3a5.tar.gz) = 71f0f758c96336da915842e90fda64d97a6cef4b
+Size (Math-MatrixReal-1.3a5.tar.gz) = 34360 bytes
diff --git a/math/p5-Math-MatrixReal/pkg/DESCR b/math/p5-Math-MatrixReal/pkg/DESCR
new file mode 100644
index 00000000000..dc82b89bcb4
--- /dev/null
+++ b/math/p5-Math-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-Math-MatrixReal/pkg/PLIST b/math/p5-Math-MatrixReal/pkg/PLIST
new file mode 100644
index 00000000000..f6376ccc14b
--- /dev/null
+++ b/math/p5-Math-MatrixReal/pkg/PLIST
@@ -0,0 +1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/27 23:18:11 jtb Exp $